taglinefilesource code
buffer_max503drivers/block/floppy.cstatic int buffer_max = -1;
buffer_max2197drivers/block/floppy.cINFBOUND(buffer_max, nr_sectors + sector_t);
buffer_max2252drivers/block/floppy.cbuffer_max > sector_t + CURRENT->nr_sectors)
buffer_max2253drivers/block/floppy.ccurrent_count_sectors = minimum(buffer_max - sector_t,
buffer_max2271drivers/block/floppy.cbuffer_max = maximum(max_sector, buffer_max);
buffer_max2423drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_max2426drivers/block/floppy.ccopy_buffer(1, max_sector, buffer_max);
buffer_max2492drivers/block/floppy.csector_t > buffer_max ||
buffer_max2501drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_max2530drivers/block/floppy.c(aligned_sector_t + (raw_cmd->length >> 9) > buffer_max ||
buffer_max2549drivers/block/floppy.cprintk("buffer_max=%d\n", buffer_max);
buffer_max3066drivers/block/floppy.cSUPBOUND(buffer_max, user_params[drive].sect);
buffer_max3490drivers/block/floppy.cbuffer_min = buffer_max = -1;
buffer_max4008drivers/block/floppy.cbuffer_min = buffer_max = -1;