Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:problem

51 #include "problem.h"
159 * for devices. (And that's when the problem is caused, since
343 problem_t problem = 0;
362 problem = 0;
367 problem = PR_1_INODE_EA_ALLOC_COLLISION;
377 problem = PR_1_INODE_EA_ALLOC_COLLISION;
387 problem = PR_1_ATTR_NAME_LEN;
397 problem = PR_1_ATTR_VALUE_SIZE;
404 problem = PR_1_ATTR_VALUE_BLOCK;
411 problem = PR_1_INODE_EA_ALLOC_COLLISION;
421 problem = PR_1_ATTR_HASH;
432 problem = PR_1_INODE_EA_ALLOC_COLLISION;
442 if (problem == 0 || !fix_problem(ctx, problem, pctx))
1614 problem_t problem = 0;
1619 problem = PR_1_RESERVED_BAD_MODE;
1623 problem = PR_1_RESERVED_BAD_MODE;
1626 problem = PR_1_RESERVED_BAD_MODE;
1628 if (problem) {
1629 if (fix_problem(ctx, problem, &pctx)) {
2559 problem_t problem;
2596 problem = 0;
2605 problem = PR_1_EXTENT_BAD_START_BLK;
2607 problem = PR_1_OUT_OF_ORDER_EXTENTS;
2611 problem = PR_1_EXTENT_END_OUT_OF_BOUNDS;
2613 problem = PR_1_EXTENT_LENGTH_ZERO;
2617 problem = PR_1_EXTENT_ENDS_BEYOND;
2621 problem = PR_1_TOOBIG_DIR;
2623 if (is_leaf && problem == 0 && extent.e_len > 0 &&
2625 problem = PR_1_EXTENT_COLLISION;
2631 if (try_repairs && is_dir && problem == 0 &&
2643 if (try_repairs && problem) {
2645 if (fix_problem(ctx, problem, pctx)) {
2719 problem = PR_1_EXTENT_HEADER_INVALID;
2734 problem = PR_1_EXTENT_INDEX_START_INVALID;
2735 if (fix_problem(ctx, problem, pctx)) {
3310 static char problem[80];
3313 strcpy(problem, "PROGRAMMING ERROR: Unknown reason for illegal block");
3315 sprintf(problem, "< FIRSTBLOCK (%u)", super);
3316 return(problem);
3318 sprintf(problem, "> BLOCKS (%u)", ext2fs_blocks_count(fs->super));
3319 return(problem);
3323 sprintf(problem, "is the superblock in group %d", i);
3328 sprintf(problem, "is in the group descriptors "
3333 sprintf(problem, "is the block bitmap of group %d", i);
3337 sprintf(problem, "is the inode bitmap of group %d", i);
3343 sprintf(problem, "is in the inode table of group %d",
3349 return(problem);
3367 problem_t problem = 0;
3424 problem = PR_1_TOOBIG_DIR;
3426 problem = PR_1_TOOBIG_REG;
3428 problem = PR_1_TOOBIG_SYMLINK;
3432 problem = PR_1_ILLEGAL_BLOCK_NUM;
3448 if (problem) {
3485 if (fix_problem(ctx, problem, pctx)) {
3498 if (problem == PR_1_TOOBIG_DIR)