Searched refs:PR_PREEN_NO (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | problemP.h | 42 #define PR_PREEN_NO 0x020000 /* Use No as an answer if preening */ macro
|
D | problem.c | 756 PROMPT_CLEAR, PR_PREEN_OK | PR_PREEN_NO | PR_NO_OK, 0, 0, 0 }, 1105 PROMPT_CLEAR, PR_PREEN_OK | PR_PREEN_NO | PR_NO_OK, 0, 0, 0 }, 1150 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK, 0, 0, 0 }, 1316 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK | PR_NOT_A_FIX, 0, 0, 0 }, 1321 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK | PR_NOT_A_FIX, 0, 0, 0 }, 2238 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) || in fix_problem()
|