Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:bad_blocks_file

65 static char *bad_blocks_file;
82 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
97 " -l bad_blocks_file Add to badblocks list\n"
98 " -L bad_blocks_file Set badblocks list\n"
311 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag)
785 bad_blocks_file = string_copy(ctx, optarg, 0);
831 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
872 if (cflag && bad_blocks_file) {
1339 if (bad_blocks_file)
1340 read_bad_blocks_file(ctx, bad_blocks_file, replace_bad_blocks);