tag | line | file | source code |
buffer_max | 521 | drivers/block/floppy.c | static int buffer_max = -1; |
buffer_max | 2232 | drivers/block/floppy.c | if ( nr_sectors + sector_t > buffer_max ) |
buffer_max | 2233 | drivers/block/floppy.c | buffer_max = nr_sectors + sector_t; |
buffer_max | 2290 | drivers/block/floppy.c | buffer_max > sector_t + CURRENT->nr_sectors){ |
buffer_max | 2291 | drivers/block/floppy.c | current_count_sectors = buffer_max - sector_t; |
buffer_max | 2310 | drivers/block/floppy.c | if ( max_sector > buffer_max ) |
buffer_max | 2311 | drivers/block/floppy.c | buffer_max = max_sector; |
buffer_max | 2460 | drivers/block/floppy.c | (sector_t >= buffer_min) && (sector_t < buffer_max)) { |
buffer_max | 2463 | drivers/block/floppy.c | copy_buffer(1, max_sector, buffer_max); |
buffer_max | 2522 | drivers/block/floppy.c | sector_t > buffer_max || |
buffer_max | 2531 | drivers/block/floppy.c | buffer_max = buffer_min = aligned_sector_t; |
buffer_max | 2559 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd.length >> 9) > buffer_max || |
buffer_max | 2577 | drivers/block/floppy.c | printk("buffer_max=%d\n", buffer_max ); |
buffer_max | 3052 | drivers/block/floppy.c | buffer_max > user_params[drive].sect) |
buffer_max | 3053 | drivers/block/floppy.c | buffer_max=user_params[drive].sect; |