Searched refs:reconfigure_bool (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | problem.c | 2303 static void reconfigure_bool(e2fsck_t ctx, struct e2fsck_problem *ptr, in reconfigure_bool() function 2382 reconfigure_bool(ctx, ptr, key, PR_PREEN_OK, "preen_ok"); in fix_problem() 2383 reconfigure_bool(ctx, ptr, key, PR_NO_OK, "no_ok"); in fix_problem() 2384 reconfigure_bool(ctx, ptr, key, PR_NO_DEFAULT, "no_default"); in fix_problem() 2385 reconfigure_bool(ctx, ptr, key, PR_MSG_ONLY, "print_message_only"); in fix_problem() 2386 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOMSG, "preen_nomessage"); in fix_problem() 2387 reconfigure_bool(ctx, ptr, key, PR_NOCOLLATE, "no_collate"); in fix_problem() 2388 reconfigure_bool(ctx, ptr, key, PR_NO_NOMSG, "no_nomsg"); in fix_problem() 2389 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOHDR, "preen_noheader"); in fix_problem() 2390 reconfigure_bool(ctx, ptr, key, PR_FORCE_NO, "force_no"); in fix_problem() [all …]
|