taglinefilesource code
buffer_max451drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2056drivers/block/floppy.cif ( nr_sectors + sector_t > buffer_max )
buffer_max2057drivers/block/floppy.cbuffer_max = nr_sectors + sector_t;
buffer_max2114drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors){
buffer_max2115drivers/block/floppy.ccurrent_count_sectors = buffer_max - sector_t;
buffer_max2134drivers/block/floppy.cif ( max_sector > buffer_max )
buffer_max2135drivers/block/floppy.cbuffer_max = max_sector;
buffer_max2282drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2285drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2345drivers/block/floppy.csector_t > buffer_max ||
buffer_max2354drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2382drivers/block/floppy.c(aligned_sector_t + (raw_cmd.length >> 9) > buffer_max ||
buffer_max2400drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max );
buffer_max2871drivers/block/floppy.cbuffer_max > user_params[drive].sect)
buffer_max2872drivers/block/floppy.cbuffer_max=user_params[drive].sect;