HomeSort by relevance Sort by last modified time
    Searched refs:bad_blocks_file (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
badblocks.c 26 void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
64 * bad_blocks_file is null, then try to run the badblocks
67 if (bad_blocks_file) {
68 f = fopen(bad_blocks_file, "r");
71 _("while trying to open %s"), bad_blocks_file);
87 if (bad_blocks_file)
unix.c 65 static char *bad_blocks_file; variable
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) {
    [all...]
e2fsck.h 386 extern void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
  /external/e2fsprogs/misc/
mke2fs.c 181 const char *bad_blocks_file)
186 f = fopen(bad_blocks_file, "r");
189 _("while trying to open %s"), bad_blocks_file);
    [all...]

Completed in 993 milliseconds