Lines Matching refs:first_block
489 int block_size, blk_t first_block, in test_ro() argument
510 } while (next_bad && next_bad < first_block); in test_ro()
525 (unsigned long)first_block, in test_ro()
535 currently_testing = first_block; in test_ro()
602 int block_size, blk_t first_block, in test_rw() argument
630 (unsigned long) first_block, in test_rw()
644 currently_testing = first_block; in test_rw()
686 currently_testing = first_block; in test_rw()
742 int block_size, blk_t first_block, in test_nd() argument
772 } while (next_bad && next_bad < first_block); in test_nd()
792 (unsigned long) first_block, in test_nd()
833 currently_testing = first_block; in test_nd()
1058 blk64_t last_block, first_block; in main() local
1230 first_block = parse_uint(argv[optind], _("first block")); in main()
1231 } else first_block = 0; in main()
1232 if (first_block >= last_block) { in main()
1234 first_block, last_block); in main()
1339 first_block, blocks_at_once); in main()