taglinefilesource code
buffer_max443drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2005drivers/block/floppy.cif ( nr_sectors + sector_t > buffer_max )
buffer_max2006drivers/block/floppy.cbuffer_max = nr_sectors + sector_t;
buffer_max2063drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors){
buffer_max2064drivers/block/floppy.ccurrent_count_sectors = buffer_max - sector_t;
buffer_max2083drivers/block/floppy.cif ( max_sector > buffer_max )
buffer_max2084drivers/block/floppy.cbuffer_max = max_sector;
buffer_max2231drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2234drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2296drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2324drivers/block/floppy.c(aligned_sector_t + (raw_cmd.length >> 9) > buffer_max ||
buffer_max2342drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max );
buffer_max2807drivers/block/floppy.cbuffer_max > user_params[drive].sect)
buffer_max2808drivers/block/floppy.cbuffer_max=user_params[drive].sect;