HomeSort by relevance Sort by last modified time
    Searched full:bad_blocks_file (Results 1 - 19 of 19) 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,
e2fsck.8.in 23 .I 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...]
  /external/e2fsprogs/po/
de.po     [all...]
e2fsprogs.pot     [all...]
zh_CN.po     [all...]
id.po     [all...]
ca.po     [all...]
cs.po     [all...]
es.po     [all...]
fr.po     [all...]
it.po     [all...]
nl.po     [all...]
pl.po     [all...]
sv.po     [all...]
tr.po     [all...]
vi.po     [all...]

Completed in 285 milliseconds