Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dbadblocks.c76 (ctx->options & E2F_OPT_PREEN) ? "" : "-s ", in read_bad_blocks_file()
Dunix.c814 ctx->options |= E2F_OPT_PREEN; in PRS()
817 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
822 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
1227 if (!(ctx->options & E2F_OPT_PREEN) || show_version_only) in main()
1239 if (!(ctx->options & E2F_OPT_PREEN) && in main()
1274 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) && in main()
1711 if (!(ctx->options & E2F_OPT_PREEN)) in main()
Dproblem.c1866 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) || in fix_problem()
1888 (ctx->options & E2F_OPT_PREEN)) in fix_problem()
1896 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
1912 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
1937 } else if (ctx->options & E2F_OPT_PREEN) { in fix_problem()
Dpass4.c111 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass4()
Dpass1b.c279 if (!(ctx->options & E2F_OPT_PREEN)) in pass1b()
432 if (!(ctx->options & E2F_OPT_PREEN)) in pass1c()
463 if (!(ctx->options & E2F_OPT_PREEN)) in pass1d()
Dutil.c256 if (ctx->options & E2F_OPT_PREEN) { in ask()
312 if (!(ctx->options & E2F_OPT_PREEN)) in preenhalt()
De2fsck.h157 #define E2F_OPT_PREEN 0x0002 macro
Dpass3.c70 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass3()
Dpass5.c44 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass5()
Dpass1.c567 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass1()
1225 if (ctx->options & E2F_OPT_PREEN) { in e2fsck_pass1()
Dpass2.c106 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass2()