Home
last modified time | relevance | path

Searched refs:PR_LATCH_TOOBIG (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dproblem.c851 PROMPT_CLEAR, PR_LATCH_TOOBIG, 0, 0, 0 },
856 PROMPT_CLEAR, PR_LATCH_TOOBIG, 0, 0, 0 },
861 PROMPT_CLEAR, PR_LATCH_TOOBIG, 0, 0, 0 },
2101 { PR_LATCH_TOOBIG, PR_1_INODE_TOOBIG, 0, 0 },
Dproblem.h40 #define PR_LATCH_TOOBIG 0x0080 /* Latch for file to big errors */ macro
Dpass1.c3360 end_problem_latch(ctx, PR_LATCH_TOOBIG); in check_blocks()