Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dbadblocks.c77 (ctx->options & E2F_OPT_PREEN) ? "" : "-s ", in read_bad_blocks_file()
Dproblem.c2456 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) || in fix_problem()
2478 (ctx->options & E2F_OPT_PREEN)) in fix_problem()
2486 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
2506 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
2531 } else if (ctx->options & E2F_OPT_PREEN) { in fix_problem()
Dunix.c895 ctx->options |= E2F_OPT_PREEN; in PRS()
898 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
903 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
1464 if (!(ctx->options & E2F_OPT_PREEN) || show_version_only) in main()
1476 if (!(ctx->options & E2F_OPT_PREEN) && in main()
1518 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) && in main()
2040 if (!(ctx->options & E2F_OPT_PREEN)) { in main()
Dpass4.c169 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass4()
Dpass1b.c301 if (!(ctx->options & E2F_OPT_PREEN)) in pass1b()
483 if (!(ctx->options & E2F_OPT_PREEN)) in pass1c()
514 if (!(ctx->options & E2F_OPT_PREEN)) in pass1d()
Dutil.c295 if (ctx->options & E2F_OPT_PREEN) { in ask()
356 if (!(ctx->options & E2F_OPT_PREEN)) in preenhalt()
De2fsck.h162 #define E2F_OPT_PREEN 0x0002 macro
Dpass3.c71 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass3()
Dpass5.c45 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass5()
Dpass1.c1186 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass1()
2075 if (ctx->options & E2F_OPT_PREEN) { in e2fsck_pass1()
Dpass2.c153 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass2()