Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dunix.c879 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
889 ctx->options |= E2F_OPT_NO; in PRS()
892 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
988 if ((ctx->options & E2F_OPT_NO) && in PRS()
994 if ((ctx->options & E2F_OPT_NO) && cflag) { in PRS()
999 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) { in PRS()
1004 if (ctx->options & E2F_OPT_NO) in PRS()
1074 if ((ctx->options & E2F_OPT_NO) && in PRS()
1464 !(ctx->options & E2F_OPT_NO) && in main()
2002 (ctx->options & E2F_OPT_NO)) in main()
Dextents.c33 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents_later()
329 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents()
Dproblem.c2404 (ctx->options & E2F_OPT_NO)) in fix_problem()
2428 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()
2431 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES)) in fix_problem()
Dpass1b.c260 if (result == ENOENT && !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1_dupblocks()
813 (ctx->options & E2F_OPT_NO)) in clone_file_block()
De2fsck.h161 #define E2F_OPT_NO 0x0008 macro
Dutil.c291 if (ctx->options & E2F_OPT_NO) { in ask()
Drehash.c964 if (ctx->options & E2F_OPT_NO) { in e2fsck_rehash_dir()
Dpass1.c1198 !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1()
2942 if ((ctx->options & E2F_OPT_NO) == 0) in scan_extent_node()
3690 if ((ctx->options & E2F_OPT_NO) == 0) in process_block()