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

Completed in 637 milliseconds