taglinefilesource code
buffer_min502drivers/block/floppy.cstatic int buffer_min = -1;
buffer_min2273drivers/block/floppy.cdma_buffer = floppy_track_buffer + ((sector_t - buffer_min) << 9);
buffer_min2288drivers/block/floppy.csector_t, buffer_min);
buffer_min2423drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_min2493drivers/block/floppy.csector_t < buffer_min ||
buffer_min2496drivers/block/floppy.cmax_sector > 2 * max_buffer_sectors + buffer_min &&
buffer_min2497drivers/block/floppy.cmax_size + sector_t > 2 * max_buffer_sectors + buffer_min)
buffer_min2501drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_min2504drivers/block/floppy.c((aligned_sector_t-buffer_min)<<9);
buffer_min2517drivers/block/floppy.ccopy_buffer(ssize, max_sector, 2*max_buffer_sectors+buffer_min);
buffer_min2520drivers/block/floppy.c2*max_buffer_sectors+buffer_min-aligned_sector_t);
buffer_min2531drivers/block/floppy.caligned_sector_t < buffer_min)) ||
buffer_min2548drivers/block/floppy.cprintk("buffer_min=%d\n", buffer_min);
buffer_min2561drivers/block/floppy.csector_t, buffer_min,