Lines Matching refs:first_block
432 int block_size, blk_t first_block, in test_ro() argument
452 } while (next_bad && next_bad < first_block); in test_ro()
466 (unsigned long) first_block, in test_ro()
476 currently_testing = first_block; in test_ro()
547 int block_size, blk_t first_block, in test_rw() argument
573 (unsigned long) first_block, in test_rw()
587 currently_testing = first_block; in test_rw()
632 currently_testing = first_block; in test_rw()
688 int block_size, blk_t first_block, in test_nd() argument
716 } while (next_bad && next_bad < first_block); in test_nd()
735 (unsigned long) first_block, in test_nd()
776 currently_testing = first_block; in test_nd()
984 blk_t last_block, first_block; in main() local
1141 first_block = parse_uint(argv[optind], _("first block")); in main()
1142 } else first_block = 0; in main()
1143 if (first_block >= last_block) { in main()
1145 (unsigned long) first_block, (unsigned long) last_block); in main()
1231 first_block, blocks_at_once); in main()