Lines Matching full:blocks
2 * badblocks.c - Bad blocks checker
23 * 94/02/27 - Made a separate bad blocks checker
25 * configurable blocks-at-once parameter,
27 * blocks known to be bad, multiple passes to
28 * make sure that no new blocks are added to the
78 static unsigned int max_bb = 0; /* Abort test if more than this number of bad blocks has been encountered */
323 * Perform a read of a sequence of blocks; return the number of blocks
395 * Perform a write of a sequence of blocks; return the number of blocks
468 fprintf (stderr, _("Checking blocks %lu to %lu\n"),
473 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
482 fputs(_("Checking for bad blocks (read-only test): "), stderr);
490 fputs(_("Too many bad blocks, aborting test\n"), stderr);
509 blocks successfully read */
573 fputs(_("Checking for bad blocks in read-write mode\n"),
598 fputs(_("Too many bad blocks, aborting test\n"), stderr);
643 fputs(_("Too many bad blocks, aborting test\n"), stderr);
736 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
742 fputs(_("Checking for bad blocks (non-destructive read-write test)\n"), stderr);
787 fputs(_("Too many bad blocks, aborting test\n"), stderr);
838 * If there's room for more blocks to be tested this
840 * back and get some more blocks.
853 * discovered unreadable blocks, of which there should
878 blocks successfully read */
1057 blocks_at_once = parse_uint(optarg, "blocks at once");
1203 _("while creating in-memory bad blocks list"));
1242 _("Pass completed, %u bad blocks found.\n"),