Lines Matching defs: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)) {
1683 errcode_t problem;
1696 problem = 0;
1700 problem = PR_1_EXTENT_BAD_START_BLK;
1702 problem = PR_1_OUT_OF_ORDER_EXTENTS;
1706 problem = PR_1_EXTENT_ENDS_BEYOND;
1708 if (problem) {
1713 if (fix_problem(ctx, problem, pctx)) {
1739 problem = PR_1_EXTENT_HEADER_INVALID;
2072 static char problem[80];
2075 strcpy(problem, "PROGRAMMING ERROR: Unknown reason for illegal block");
2077 sprintf(problem, "< FIRSTBLOCK (%u)", super);
2078 return(problem);
2080 sprintf(problem, "> BLOCKS (%u)", fs->super->s_blocks_count);
2081 return(problem);
2085 sprintf(problem, "is the superblock in group %d", i);
2090 sprintf(problem, "is in the group descriptors "
2095 sprintf(problem, "is the block bitmap of group %d", i);
2099 sprintf(problem, "is the inode bitmap of group %d", i);
2105 sprintf(problem, "is in the inode table of group %d",
2111 return(problem);
2129 int problem = 0;
2148 problem to be able to fix is to recalculate the
2194 problem = PR_1_TOOBIG_DIR;
2196 problem = PR_1_TOOBIG_REG;
2198 problem = PR_1_TOOBIG_SYMLINK;
2202 problem = PR_1_ILLEGAL_BLOCK_NUM;
2204 if (problem) {
2219 if (fix_problem(ctx, problem, pctx)) {