Home
last modified time | relevance | path

Searched refs:PR_FORCE_NO (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
DproblemP.h46 #define PR_FORCE_NO 0x100000 /* Force the answer to be no */ macro
Dproblem.c2225 reconfigure_bool(ctx, ptr, key, PR_FORCE_NO, "force_no"); in fix_problem()
2263 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()
2306 if (ptr->flags & PR_FORCE_NO) { in fix_problem()