taglinefilesource code
buffer_max521drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2232drivers/block/floppy.cif ( nr_sectors + sector_t > buffer_max )
buffer_max2233drivers/block/floppy.cbuffer_max = nr_sectors + sector_t;
buffer_max2290drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors){
buffer_max2291drivers/block/floppy.ccurrent_count_sectors = buffer_max - sector_t;
buffer_max2310drivers/block/floppy.cif ( max_sector > buffer_max )
buffer_max2311drivers/block/floppy.cbuffer_max = max_sector;
buffer_max2460drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2463drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2522drivers/block/floppy.csector_t > buffer_max ||
buffer_max2531drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2559drivers/block/floppy.c(aligned_sector_t + (raw_cmd.length >> 9) > buffer_max ||
buffer_max2577drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max );
buffer_max3053drivers/block/floppy.cbuffer_max > user_params[drive].sect)
buffer_max3054drivers/block/floppy.cbuffer_max=user_params[drive].sect;