taglinefilesource code
buffer_max447drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2006drivers/block/floppy.cif ( nr_sectors + sector_t > buffer_max )
buffer_max2007drivers/block/floppy.cbuffer_max = nr_sectors + sector_t;
buffer_max2064drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors){
buffer_max2065drivers/block/floppy.ccurrent_count_sectors = buffer_max - sector_t;
buffer_max2084drivers/block/floppy.cif ( max_sector > buffer_max )
buffer_max2085drivers/block/floppy.cbuffer_max = max_sector;
buffer_max2232drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2235drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2297drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2325drivers/block/floppy.c(aligned_sector_t + (raw_cmd.length >> 9) > buffer_max ||
buffer_max2343drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max );
buffer_max2808drivers/block/floppy.cbuffer_max > user_params[drive].sect)
buffer_max2809drivers/block/floppy.cbuffer_max=user_params[drive].sect;