Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ext2_ino_t

38 	ext2_ino_t		dotdot;	/* Parent according to '..' */
39 ext2_ino_t parent; /* Parent according to treewalk */
46 static void setup_tdb(e2fsck_t ctx, ext2_ino_t num_dirs)
92 ext2_ino_t num_dirs;
130 void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent)
204 static struct dir_info *e2fsck_get_dir_info(e2fsck_t ctx, ext2_ino_t ino)
223 key.dsize = sizeof(ext2_ino_t);
309 key.dsize = sizeof(ext2_ino_t);
399 ret_dir_info.ino = *((ext2_ino_t *) iter->tdb_iter.dptr);
425 int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
426 ext2_ino_t parent)
442 int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
443 ext2_ino_t dotdot)
459 int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
460 ext2_ino_t *parent)
475 int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
476 ext2_ino_t *dotdot)