Home | History | Annotate | Download | only in misc

Lines Matching full:first_block

92 "       device [last_block [first_block]]\n"),
435 int block_size, blk_t first_block,
455 } while (next_bad && next_bad < first_block);
469 (unsigned long) first_block,
479 currently_testing = first_block;
550 int block_size, blk_t first_block,
576 (unsigned long) first_block,
590 currently_testing = first_block;
635 currently_testing = first_block;
691 int block_size, blk_t first_block,
719 } while (next_bad && next_bad < first_block);
738 (unsigned long) first_block,
779 currently_testing = first_block;
987 blk_t last_block, first_block;
1144 first_block = parse_uint(argv[optind], _("first block"));
1145 } else first_block = 0;
1146 if (first_block >= last_block) {
1148 (unsigned long) first_block, (unsigned long) last_block);
1234 first_block, blocks_at_once);