Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:problem

22 #include "problem.h"
202 * not enough to fix the problem, hence it is not safe to run discard
271 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem,
274 switch (problem) {
279 problem = PR_5_BLOCK_RANGE_UNUSED;
285 problem = PR_5_BLOCK_RANGE_USED;
291 problem = PR_5_INODE_RANGE_UNUSED;
297 problem = PR_5_INODE_RANGE_USED;
300 fix_problem(ctx, problem, pctx);
323 problem_t problem, save_problem;
428 problem = PR_5_BLOCK_UNUSED;
433 problem = PR_5_BLOCK_USED;
448 save_problem = problem;
450 if ((problem == save_problem) &&
456 save_problem = problem;
463 * If there a problem we should turn off the discard so we
577 problem_t problem, save_problem;
666 problem = PR_5_INODE_UNUSED;
671 problem = PR_5_INODE_USED;
675 * in pass1 or pass 2. It is easier to fix the problem
689 save_problem = problem;
691 if ((problem == save_problem) &&
697 save_problem = problem;
703 * If there a problem we should turn off the discard so we