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 27 void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
65 * bad_blocks_file is null, then try to run the badblocks
68 if (bad_blocks_file) {
69 f = fopen(bad_blocks_file, "r");
72 _("while trying to open %s"), bad_blocks_file);
88 if (bad_blocks_file)
unix.c 66 static char *bad_blocks_file; variable
78 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
93 " -l bad_blocks_file Add to badblocks list\n"
94 " -L bad_blocks_file Set badblocks list\n"
360 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag)
909 if (bad_blocks_file)
910 free(bad_blocks_file);
911 bad_blocks_file = string_copy(ctx, optarg, 0);
960 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
1045 if (cflag && bad_blocks_file) {
    [all...]
e2fsck.h 438 extern void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
  /external/e2fsprogs/misc/
mke2fs.c 228 const char *bad_blocks_file)
233 f = fopen(bad_blocks_file, "r");
236 _("while trying to open %s"), bad_blocks_file);
    [all...]

Completed in 86 milliseconds