Searched refs:e2fsck_dir_info_set_parent (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 446 (void) e2fsck_dir_info_set_parent(ctx, ino, 0); in e2fsck_get_lost_and_found() 765 if (e2fsck_dir_info_set_parent(ctx, ino, ctx->lost_and_found)) in fix_dotdot()
|
D | dirinfo.c | 427 int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino, in e2fsck_dir_info_set_parent() function
|
D | e2fsck.h | 464 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
|
D | pass2.c | 167 (void) e2fsck_dir_info_set_parent(ctx, EXT2_ROOT_INO, EXT2_ROOT_INO); in e2fsck_pass2() 1464 (void) e2fsck_dir_info_set_parent(ctx, in check_dir_block()
|