taglinefilesource code
buffer_min446drivers/block/floppy.cstatic int buffer_min = -1;
buffer_min2087drivers/block/floppy.cdma_buffer = floppy_track_buffer + ((sector_t - buffer_min) << 9);
buffer_min2103drivers/block/floppy.csector_t, buffer_min);
buffer_min2232drivers/block/floppy.c(sector_t >= buffer_min) && (sector_t < buffer_max)) {
buffer_min2289drivers/block/floppy.csector_t < buffer_min ||
buffer_min2292drivers/block/floppy.cmax_sector > 2 * max_buffer_sectors + buffer_min &&
buffer_min2293drivers/block/floppy.cmax_size + sector_t > 2 * max_buffer_sectors + buffer_min)
buffer_min2297drivers/block/floppy.cbuffer_max = buffer_min = aligned_sector_t;
buffer_min2299drivers/block/floppy.ccurrent_addr = floppy_track_buffer +((aligned_sector_t-buffer_min )<<9);
buffer_min2312drivers/block/floppy.ccopy_buffer(ssize, max_sector, 2*max_buffer_sectors+buffer_min);
buffer_min2315drivers/block/floppy.c2*max_buffer_sectors+buffer_min-aligned_sector_t);
buffer_min2326drivers/block/floppy.caligned_sector_t < buffer_min )) ||
buffer_min2342drivers/block/floppy.cprintk("buffer_min=%d\n", buffer_min );
buffer_min2355drivers/block/floppy.csector_t, buffer_min,