Home
last modified time | relevance | path

Searched refs:E2F_OPT_PREEN (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/e2fsck/
Dbadblocks.c77 (ctx->options & E2F_OPT_PREEN) ? "" : "-s ", in read_bad_blocks_file()
Dproblem.c2181 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) || in fix_problem()
2203 (ctx->options & E2F_OPT_PREEN)) in fix_problem()
2211 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
2227 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
2252 } else if (ctx->options & E2F_OPT_PREEN) { in fix_problem()
Dunix.c846 ctx->options |= E2F_OPT_PREEN; in PRS()
849 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
854 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
1388 if (!(ctx->options & E2F_OPT_PREEN) || show_version_only) in main()
1400 if (!(ctx->options & E2F_OPT_PREEN) && in main()
1442 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) && in main()
1915 if (!(ctx->options & E2F_OPT_PREEN)) { in main()
Dpass4.c120 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass4()
Dpass1b.c282 if (!(ctx->options & E2F_OPT_PREEN)) in pass1b()
464 if (!(ctx->options & E2F_OPT_PREEN)) in pass1c()
495 if (!(ctx->options & E2F_OPT_PREEN)) in pass1d()
Dutil.c285 if (ctx->options & E2F_OPT_PREEN) { in ask()
346 if (!(ctx->options & E2F_OPT_PREEN)) in preenhalt()
De2fsck.h157 #define E2F_OPT_PREEN 0x0002 macro
Dpass3.c71 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass3()
Dpass5.c47 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass5()
Dpass2.c115 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass2()
Dpass1.c1080 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass1()
1913 if (ctx->options & E2F_OPT_PREEN) { in e2fsck_pass1()