Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:bad_blocks_file

63 static char *bad_blocks_file;
80 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
95 " -l bad_blocks_file Add to badblocks list\n"
96 " -L bad_blocks_file Set badblocks list\n"
275 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file ||
717 bad_blocks_file = string_copy(ctx, optarg, 0);
766 if ((ctx->options & E2F_OPT_NO) && !bad_blocks_file &&
804 if (cflag || bad_blocks_file) {
811 if (cflag && bad_blocks_file) {
1235 if (bad_blocks_file)
1236 bad_blocks_file, replace_bad_blocks);