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 63 static char *bad_blocks_file; variable
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
    [all...]
e2fsck.h 372 extern void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
  /external/e2fsprogs/misc/
mke2fs.c 165 const char *bad_blocks_file)
170 f = fopen(bad_blocks_file, "r");
173 _("while trying to open %s"), bad_blocks_file);
    [all...]

Completed in 64 milliseconds