Home
last modified time | relevance | path

Searched refs:E2F_OPT_PREEN (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/e2fsck/
Dunix.c661 ctx->options |= E2F_OPT_PREEN; in PRS()
664 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
669 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO)) in PRS()
926 if (!(ctx->options & E2F_OPT_PREEN) || show_version_only) in main()
938 if (!(ctx->options & E2F_OPT_PREEN) && in main()
977 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) && in main()
1341 if (!(ctx->options & E2F_OPT_PREEN)) in main()
Dproblem.c1647 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) || in fix_problem()
1669 (ctx->options & E2F_OPT_PREEN)) in fix_problem()
1676 if ((ctx->options & E2F_OPT_PREEN) && in fix_problem()
1696 if (ctx->options & E2F_OPT_PREEN) { in fix_problem()
Dbadblocks.c76 (ctx->options & E2F_OPT_PREEN) ? "" : "-s ", in read_bad_blocks_file()
Dutil.c199 if (ctx->options & E2F_OPT_PREEN) { in ask()
265 if (!(ctx->options & E2F_OPT_PREEN)) in preenhalt()
Dpass4.c105 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass4()
Dpass1b.c261 if (!(ctx->options & E2F_OPT_PREEN)) in pass1b()
398 if (!(ctx->options & E2F_OPT_PREEN)) in pass1c()
429 if (!(ctx->options & E2F_OPT_PREEN)) in pass1d()
Dswapfs.c225 if (!(ctx->options & E2F_OPT_PREEN)) in swap_filesys()
De2fsck.h145 #define E2F_OPT_PREEN 0x0002 macro
Dpass5.c38 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass5()
Dpass3.c73 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass3()
Dpass1.c492 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass1()
1000 if (ctx->options & E2F_OPT_PREEN) { in e2fsck_pass1()
Dpass2.c114 if (!(ctx->options & E2F_OPT_PREEN)) in e2fsck_pass2()