Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ext2_ino_t

88 	ext2_ino_t		ino;	/* Inode number */
89 ext2_ino_t dotdot; /* Parent according to '..' */
90 ext2_ino_t parent; /* Parent according to treewalk */
99 ext2_ino_t ino; /* Inode number */
255 ext2_ino_t stashed_ino;
261 ext2_ino_t lost_and_found;
376 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
383 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
384 ext2_ino_t parent);
385 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
386 ext2_ino_t dotdot);
387 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
388 ext2_ino_t *parent);
389 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
390 ext2_ino_t *dotdot);
393 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
394 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
434 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
435 ext2_ino_t ino, char *buf);
438 extern int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t inode);
439 extern errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
441 extern ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix);
442 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
452 errcode_t e2fsck_rehash_dir(e2fsck_t ctx, ext2_ino_t ino);