Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ext2_ino_t

32 	ext2_ino_t		dotdot;	/* Parent according to '..' */
33 ext2_ino_t parent; /* Parent according to treewalk */
39 static void setup_tdb(e2fsck_t ctx, ext2_ino_t num_dirs)
73 ext2_ino_t num_dirs;
109 void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent)
175 static struct dir_info *e2fsck_get_dir_info(e2fsck_t ctx, ext2_ino_t ino)
193 key.dsize = sizeof(ext2_ino_t);
274 key.dsize = sizeof(ext2_ino_t);
358 ret_dir_info.ino = *((ext2_ino_t *) iter->tdb_iter.dptr);
383 int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
384 ext2_ino_t parent)
400 int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
401 ext2_ino_t dotdot)
417 int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
418 ext2_ino_t *parent)
433 int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
434 ext2_ino_t *dotdot)