taglinefilesource code
buffer_min523drivers/block/floppy.cstatic int buffer_min = -1;
buffer_min2365drivers/block/floppy.cdma_buffer = floppy_track_buffer + ((sector_t - buffer_min) << 9);
buffer_min2380drivers/block/floppy.csector_t, buffer_min);
buffer_min2515drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_min2585drivers/block/floppy.csector_t < buffer_min ||
buffer_min2588drivers/block/floppy.cmax_sector > 2 * max_buffer_sectors + buffer_min &&
buffer_min2589drivers/block/floppy.cmax_size + sector_t > 2 * max_buffer_sectors + buffer_min)
buffer_min2593drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_min2596drivers/block/floppy.c((aligned_sector_t-buffer_min)<<9);
buffer_min2609drivers/block/floppy.ccopy_buffer(ssize, max_sector, 2*max_buffer_sectors+buffer_min);
buffer_min2612drivers/block/floppy.c2*max_buffer_sectors+buffer_min-aligned_sector_t);
buffer_min2623drivers/block/floppy.caligned_sector_t < buffer_min)) ||
buffer_min2640drivers/block/floppy.cprintk("buffer_min=%d\n", buffer_min);
buffer_min2653drivers/block/floppy.csector_t, buffer_min,
buffer_min3610drivers/block/floppy.cbuffer_min = buffer_max = -1;
buffer_min4131drivers/block/floppy.cbuffer_min = buffer_max = -1;