Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:E2F_OPT_NO

717 			if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
727 ctx->options |= E2F_OPT_NO;
730 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO))
820 if ((ctx->options & E2F_OPT_NO) &&
826 if ((ctx->options & E2F_OPT_NO) && cflag) {
831 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
836 if (ctx->options & E2F_OPT_NO)
1031 !(ctx->options & E2F_OPT_NO) &&