Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:pctx

1687 	struct problem_context pctx;
1692 clear_problem_context(&pctx);
1693 answer = fix_problem(ctx, ldesc->end_message, &pctx);
1743 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx)
1793 ans = fix_problem(ctx, ldesc->question, pctx);
1817 print_e2fsck_message(ctx, _(message), pctx, 1, 0);
1863 answer = fix_problem(ctx, ptr->second_code, pctx);
1881 struct problem_context *pctx, int first,