Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dunix.c890 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
900 ctx->options |= E2F_OPT_NO; in PRS()
903 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
1000 if ((ctx->options & E2F_OPT_NO) && in PRS()
1006 if ((ctx->options & E2F_OPT_NO) && cflag) { in PRS()
1011 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) { in PRS()
1016 if (ctx->options & E2F_OPT_NO) in PRS()
1086 if ((ctx->options & E2F_OPT_NO) && in PRS()
1477 !(ctx->options & E2F_OPT_NO) && in main()
2017 (ctx->options & E2F_OPT_NO)) in main()
Dextents.c33 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents_later()
386 (ctx->options & E2F_OPT_NO) || in e2fsck_rebuild_extents()
Dproblem.c2457 (ctx->options & E2F_OPT_NO)) in fix_problem()
2481 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()
2484 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES)) in fix_problem()
Dpass1b.c261 if (result == ENOENT && !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1_dupblocks()
814 (ctx->options & E2F_OPT_NO)) in clone_file_block()
De2fsck.h164 #define E2F_OPT_NO 0x0008 macro
Dutil.c287 if (ctx->options & E2F_OPT_NO) { in ask()
Drehash.c1068 if (ctx->options & E2F_OPT_NO) { in e2fsck_rehash_dir()
Dpass1.c1190 !(ctx->options & E2F_OPT_NO)) { in e2fsck_pass1()
3009 if ((ctx->options & E2F_OPT_NO) == 0) in scan_extent_node()
3762 if ((ctx->options & E2F_OPT_NO) == 0) in process_block()