Searched refs:e2fsck_dir_will_be_rehashed (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 170 if (e2fsck_dir_will_be_rehashed(ctx, dx_dir->ino) || in e2fsck_pass2() 576 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 584 (e2fsck_dir_will_be_rehashed(cd->ctx, cd->pctx.ino) || in parse_int_node() 1085 if (e2fsck_dir_will_be_rehashed(ctx, ino)) { in check_dir_block() 1507 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 | 563 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 | 2981 e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks_extents() 3128 !e2fsck_dir_will_be_rehashed(ctx, ino)) in check_blocks()
|