taglinefilesource code
buffer_max393drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max1775drivers/block/floppy.cif ( nr_sectors + sector_t > buffer_max )
buffer_max1776drivers/block/floppy.cbuffer_max = nr_sectors + sector_t;
buffer_max1838drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors){
buffer_max1839drivers/block/floppy.ccurrent_count_sectors = buffer_max - sector_t;
buffer_max1857drivers/block/floppy.cif ( max_sector > buffer_max )
buffer_max1858drivers/block/floppy.cbuffer_max = max_sector;
buffer_max2011drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2014drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2076drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2104drivers/block/floppy.c(aligned_sector_t + (raw_cmd.length >> 9) > buffer_max ||
buffer_max2122drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max );
buffer_max2524drivers/block/floppy.cbuffer_max > user_params[drive].sect)
buffer_max2525drivers/block/floppy.cbuffer_max=user_params[drive].sect;