Searched refs:e2fsck_dir_will_be_rehashed (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 203 if (e2fsck_dir_will_be_rehashed(ctx, dx_dir->ino) || in e2fsck_pass2() 598 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 606 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 1122 if (e2fsck_dir_will_be_rehashed(ctx, ino)) { in check_dir_block() 1544 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino); in check_dir_block()
|
D | pass3.c | 395 will_rehash = e2fsck_dir_will_be_rehashed(ctx, EXT2_ROOT_INO); in e2fsck_get_lost_and_found() 748 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino); in fix_dotdot()
|
D | e2fsck.h | 580 int e2fsck_dir_will_be_rehashed(e2fsck_t ctx, ext2_ino_t ino);
|
D | rehash.c | 65 int e2fsck_dir_will_be_rehashed(e2fsck_t ctx, ext2_ino_t ino) in e2fsck_dir_will_be_rehashed() function
|
D | pass1.c | 3205 e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks_extents() 3354 !e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks()
|