Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c700 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
710 ctx->options |= E2F_OPT_NO; in PRS()
713 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
796 if ((ctx->options & E2F_OPT_NO) && in PRS()
802 if ((ctx->options & E2F_OPT_NO) && cflag) { in PRS()
807 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) { in PRS()
812 if (ctx->options & E2F_OPT_NO) in PRS()
1007 !(ctx->options & E2F_OPT_NO) && in main()
Dpass4.c173 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
De2fsck.h149 #define E2F_OPT_NO 0x0008 macro
Dproblem.c1786 (ctx->options & E2F_OPT_NO)) in fix_problem()
1810 (ctx->options & E2F_OPT_NO)) in fix_problem()
Dutil.c198 if (ctx->options & E2F_OPT_NO) { in ask()
Drehash.c779 if (ctx->options & E2F_OPT_NO) { in e2fsck_rehash_dir()
Dpass1.c571 !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1()