Searched refs:buffer_max (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c586 static int buffer_max = -1; variable
2431 INFBOUND(buffer_max, nr_sectors + fsector_t);
2490 buffer_max > fsector_t + current_req->nr_sectors)
2491 current_count_sectors = min_t(int, buffer_max - fsector_t,
2510 buffer_max = max(max_sector, buffer_max);
2698 (fsector_t >= buffer_min) && (fsector_t < buffer_max)) {
2701 copy_buffer(1, max_sector, buffer_max);
2779 fsector_t > buffer_max ||
2789 buffer_max
[all...]

Completed in 55 milliseconds