taglinefilesource code
buffer_min502drivers/block/floppy.cstatic int buffer_min = -1;
buffer_min2275drivers/block/floppy.cdma_buffer = floppy_track_buffer + ((sector_t - buffer_min) << 9);
buffer_min2290drivers/block/floppy.csector_t, buffer_min);
buffer_min2425drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_min2495drivers/block/floppy.csector_t < buffer_min ||
buffer_min2498drivers/block/floppy.cmax_sector > 2 * max_buffer_sectors + buffer_min &&
buffer_min2499drivers/block/floppy.cmax_size + sector_t > 2 * max_buffer_sectors + buffer_min)
buffer_min2503drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_min2506drivers/block/floppy.c((aligned_sector_t-buffer_min)<<9);
buffer_min2519drivers/block/floppy.ccopy_buffer(ssize, max_sector, 2*max_buffer_sectors+buffer_min);
buffer_min2522drivers/block/floppy.c2*max_buffer_sectors+buffer_min-aligned_sector_t);
buffer_min2533drivers/block/floppy.caligned_sector_t < buffer_min)) ||
buffer_min2550drivers/block/floppy.cprintk("buffer_min=%d\n", buffer_min);
buffer_min2563drivers/block/floppy.csector_t, buffer_min,