Searched refs:end_problem_latch (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | extents.c | 394 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_EXT); in rebuild_extents() 403 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_EXT); in rebuild_extents()
|
D | problem.h | 1263 int end_problem_latch(e2fsck_t ctx, int mask);
|
D | pass5.c | 504 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP); in check_block_bitmaps() 768 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP); in check_inode_bitmaps()
|
D | rehash.c | 1029 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_DIR); in e2fsck_rehash_directories() 1036 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_DIR); in e2fsck_rehash_directories()
|
D | pass1b.c | 362 end_problem_latch(ctx, PR_LATCH_DBLOCK); in pass1b()
|
D | problem.c | 2133 int end_problem_latch(e2fsck_t ctx, int mask) in end_problem_latch() function
|
D | pass1.c | 3359 end_problem_latch(ctx, PR_LATCH_BLOCK); in check_blocks() 3360 end_problem_latch(ctx, PR_LATCH_TOOBIG); in check_blocks()
|