| tag | line | file | source code |
| buffer_max | 522 | drivers/block/floppy.c | static int buffer_max = -1; |
| buffer_max | 2304 | drivers/block/floppy.c | INFBOUND(buffer_max, nr_sectors + sector_t); |
| buffer_max | 2359 | drivers/block/floppy.c | buffer_max > sector_t + CURRENT->nr_sectors) |
| buffer_max | 2360 | drivers/block/floppy.c | current_count_sectors = minimum(buffer_max - sector_t, |
| buffer_max | 2378 | drivers/block/floppy.c | buffer_max = maximum(max_sector, buffer_max); |
| buffer_max | 2530 | drivers/block/floppy.c | (sector_t >= buffer_min) && (sector_t < buffer_max)) { |
| buffer_max | 2533 | drivers/block/floppy.c | copy_buffer(1, max_sector, buffer_max); |
| buffer_max | 2599 | drivers/block/floppy.c | sector_t > buffer_max || |
| buffer_max | 2608 | drivers/block/floppy.c | buffer_max = buffer_min = aligned_sector_t; |
| buffer_max | 2637 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd->length >> 9) > buffer_max || |
| buffer_max | 2656 | drivers/block/floppy.c | printk("buffer_max=%d\n", buffer_max); |
| buffer_max | 3182 | drivers/block/floppy.c | SUPBOUND(buffer_max, user_params[drive].sect); |
| buffer_max | 3622 | drivers/block/floppy.c | buffer_min = buffer_max = -1; |
| buffer_max | 4143 | drivers/block/floppy.c | buffer_min = buffer_max = -1; |