Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c841 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
851 ctx->options |= E2F_OPT_NO; in PRS()
854 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
949 if ((ctx->options & E2F_OPT_NO) && in PRS()
955 if ((ctx->options & E2F_OPT_NO) && cflag) { in PRS()
960 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) { in PRS()
965 if (ctx->options & E2F_OPT_NO) in PRS()
1025 if ((ctx->options & E2F_OPT_NO) && in PRS()
1401 !(ctx->options & E2F_OPT_NO) && in main()
Dpass4.c187 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
Dextents.c33 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents_later()
333 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents()
Dproblem.c2182 (ctx->options & E2F_OPT_NO)) in fix_problem()
2206 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()
2209 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES)) in fix_problem()
De2fsck.h159 #define E2F_OPT_NO 0x0008 macro
Dutil.c277 if (ctx->options & E2F_OPT_NO) { in ask()
Drehash.c864 if (ctx->options & E2F_OPT_NO) { in e2fsck_rehash_dir()
Dpass1.c1084 !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1()