taglinefilesource code
buffer_min503drivers/block/floppy.cstatic int buffer_min = -1;
buffer_min2274drivers/block/floppy.cdma_buffer = floppy_track_buffer + ((sector_t - buffer_min) << 9);
buffer_min2289drivers/block/floppy.csector_t, buffer_min);
buffer_min2424drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_min2494drivers/block/floppy.csector_t < buffer_min ||
buffer_min2497drivers/block/floppy.cmax_sector > 2 * max_buffer_sectors + buffer_min &&
buffer_min2498drivers/block/floppy.cmax_size + sector_t > 2 * max_buffer_sectors + buffer_min)
buffer_min2502drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_min2505drivers/block/floppy.c((aligned_sector_t-buffer_min)<<9);
buffer_min2518drivers/block/floppy.ccopy_buffer(ssize, max_sector, 2*max_buffer_sectors+buffer_min);
buffer_min2521drivers/block/floppy.c2*max_buffer_sectors+buffer_min-aligned_sector_t);
buffer_min2532drivers/block/floppy.caligned_sector_t < buffer_min)) ||
buffer_min2549drivers/block/floppy.cprintk("buffer_min=%d\n", buffer_min);
buffer_min2562drivers/block/floppy.csector_t, buffer_min,
buffer_min3480drivers/block/floppy.cbuffer_min = buffer_max = -1;
buffer_min3998drivers/block/floppy.cbuffer_min = buffer_max = -1;