taglinefilesource code
buffer_max522drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2304drivers/block/floppy.cINFBOUND(buffer_max, nr_sectors + sector_t);
buffer_max2359drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors)
buffer_max2360drivers/block/floppy.ccurrent_count_sectors = minimum(buffer_max - sector_t,
buffer_max2378drivers/block/floppy.cbuffer_max = maximum(max_sector, buffer_max);
buffer_max2530drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2533drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2599drivers/block/floppy.csector_t > buffer_max ||
buffer_max2608drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2637drivers/block/floppy.c(aligned_sector_t + (raw_cmd->length >> 9) > buffer_max ||
buffer_max2656drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max);
buffer_max3182drivers/block/floppy.cSUPBOUND(buffer_max, user_params[drive].sect);
buffer_max3622drivers/block/floppy.cbuffer_min = buffer_max = -1;
buffer_max4143drivers/block/floppy.cbuffer_min = buffer_max = -1;