Searched refs:end_problem_latch (Results 1 – 7 of 7) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | extents.c | 446 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_EXT); in rebuild_extents() 455 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_EXT); in rebuild_extents()
|
D | problem.h | 1301 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 | 1171 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_DIR); in e2fsck_rehash_directories() 1178 end_problem_latch(ctx, PR_LATCH_OPTIMIZE_DIR); in e2fsck_rehash_directories()
|
D | pass1b.c | 363 end_problem_latch(ctx, PR_LATCH_DBLOCK); in pass1b()
|
D | problem.c | 2311 int end_problem_latch(e2fsck_t ctx, int mask) in end_problem_latch() function
|
D | pass1.c | 3446 end_problem_latch(ctx, PR_LATCH_BLOCK); in check_blocks() 3447 end_problem_latch(ctx, PR_LATCH_TOOBIG); in check_blocks()
|