Searched refs:e2fsck_dir_will_be_rehashed (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass2.c | 209 if (e2fsck_dir_will_be_rehashed(ctx, dx_dir->ino) || in e2fsck_pass2() 667 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 675 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 1276 if (e2fsck_dir_will_be_rehashed(ctx, ino)) { in check_dir_block() 1741 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino); in check_dir_block()
|
H A D | pass3.c | 406 will_rehash = e2fsck_dir_will_be_rehashed(ctx, EXT2_ROOT_INO); in e2fsck_get_lost_and_found() 759 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino); in fix_dotdot()
|
H A D | e2fsck.h | 647 int e2fsck_dir_will_be_rehashed(e2fsck_t ctx, ext2_ino_t ino);
|
H A D | rehash.c | 66 int e2fsck_dir_will_be_rehashed(e2fsck_t ctx, ext2_ino_t ino) in e2fsck_dir_will_be_rehashed() function
|
H A D | pass1.c | 3304 e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks_extents() 3453 !e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks()
|