Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:problem

50 #include "problem.h"
151 * for devices. (And that's when the problem is caused, since
277 int problem = 0;
301 problem = PR_1_ATTR_NAME_LEN;
311 problem = PR_1_ATTR_VALUE_SIZE;
318 problem = PR_1_ATTR_VALUE_BLOCK;
328 problem = PR_1_ATTR_HASH;
341 if (problem == 0 || !fix_problem(ctx, problem, pctx))
888 int problem = 0;
893 problem = PR_1_RESERVED_BAD_MODE;
897 problem = PR_1_RESERVED_BAD_MODE;
900 problem = PR_1_RESERVED_BAD_MODE;
902 if (problem) {
903 if (fix_problem(ctx, problem, &pctx)) {
1678 errcode_t problem;
1691 problem = 0;
1694 problem = PR_1_EXTENT_BAD_START_BLK;
1696 problem = PR_1_OUT_OF_ORDER_EXTENTS;
1700 problem = PR_1_EXTENT_ENDS_BEYOND;
1702 if (problem) {
1707 if (fix_problem(ctx, problem, pctx)) {
1732 problem = PR_1_EXTENT_HEADER_INVALID;
2054 static char problem[80];
2057 strcpy(problem, "PROGRAMMING ERROR: Unknown reason for illegal block");
2059 sprintf(problem, "< FIRSTBLOCK (%u)", super);
2060 return(problem);
2062 sprintf(problem, "> BLOCKS (%u)", fs->super->s_blocks_count);
2063 return(problem);
2067 sprintf(problem, "is the superblock in group %d", i);
2072 sprintf(problem, "is in the group descriptors "
2077 sprintf(problem, "is the block bitmap of group %d", i);
2081 sprintf(problem, "is the inode bitmap of group %d", i);
2087 sprintf(problem, "is in the inode table of group %d",
2093 return(problem);
2111 int problem = 0;
2130 problem to be able to fix is to recalculate the
2176 problem = PR_1_TOOBIG_DIR;
2178 problem = PR_1_TOOBIG_REG;
2180 problem = PR_1_TOOBIG_SYMLINK;
2184 problem = PR_1_ILLEGAL_BLOCK_NUM;
2186 if (problem) {
2201 if (fix_problem(ctx, problem, pctx)) {