Searched refs:PR_NOT_A_FIX (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | problemP.h | 47 #define PR_NOT_A_FIX 0x200000 /* Yes doesn't mean a problem was fixed */ macro
|
D | problem.c | 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 }, 2226 reconfigure_bool(ctx, ptr, key, PR_NOT_A_FIX, "not_a_fix"); in fix_problem() 2345 !(ptr->flags & PR_NOT_A_FIX)) in fix_problem()
|