Home
last modified time | relevance | path

Searched refs:E2F_OPT_NO (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
Dunix.c809 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
819 ctx->options |= E2F_OPT_NO; in PRS()
822 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
914 if ((ctx->options & E2F_OPT_NO) && in PRS()
920 if ((ctx->options & E2F_OPT_NO) && cflag) { in PRS()
925 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) { in PRS()
930 if (ctx->options & E2F_OPT_NO) in PRS()
960 if ((ctx->options & E2F_OPT_NO) && in PRS()
1240 !(ctx->options & E2F_OPT_NO) && in main()
Dpass4.c177 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
Dproblem.c1877 (ctx->options & E2F_OPT_NO)) in fix_problem()
1901 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()
1904 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES)) in fix_problem()
De2fsck.h159 #define E2F_OPT_NO 0x0008 macro
Dutil.c248 if (ctx->options & E2F_OPT_NO) { in ask()
Drehash.c787 if (ctx->options & E2F_OPT_NO) { in e2fsck_rehash_dir()
Dpass1.c577 !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1()