Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c717 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) { in PRS()
725 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN)) in PRS()
732 ctx->options |= E2F_OPT_YES; in PRS()
1032 !(ctx->options & E2F_OPT_YES)) { in main()
De2fsck.h148 #define E2F_OPT_YES 0x0004 macro
Dutil.c202 if (ctx->options & E2F_OPT_YES) { in ask()