Home
last modified time | relevance | path

Searched refs:E2F_OPT_YES (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
Dutil.c265 ctx->options |= E2F_OPT_YES; in ask_yn()
296 if (ctx->options & E2F_OPT_YES) { in ask()
Dunix.c872 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
880 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
887 ctx->options |= E2F_OPT_YES; in PRS()
1444 !(ctx->options & E2F_OPT_YES)) { in main()
De2fsck.h159 #define E2F_OPT_YES 0x0004 macro
Dproblem.c2266 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES)) in fix_problem()