Home | History | Annotate | Download | only in misc

Lines Matching defs:first_block

100 "       device [last_block [first_block]]\n"),
480 int block_size, blk_t first_block,
501 } while (next_bad && next_bad < first_block);
516 (unsigned long)first_block,
526 currently_testing = first_block;
593 int block_size, blk_t first_block,
621 (unsigned long) first_block,
635 currently_testing = first_block;
677 currently_testing = first_block;
733 int block_size, blk_t first_block,
763 } while (next_bad && next_bad < first_block);
783 (unsigned long) first_block,
824 currently_testing = first_block;
1049 blk64_t last_block, first_block;
1221 first_block = parse_uint(argv[optind], _("first block"));
1222 } else first_block = 0;
1223 if (first_block >= last_block) {
1225 first_block, last_block);
1330 first_block, blocks_at_once);