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 */
266 ext2_ino_t stashed_ino;
272 ext2_ino_t lost_and_found;
393 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
400 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
401 ext2_ino_t parent);
402 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
403 ext2_ino_t dotdot);
404 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
405 ext2_ino_t *parent);
406 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
407 ext2_ino_t *dotdot);
410 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
411 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
447 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
449 extern void e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino,
454 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
455 ext2_ino_t ino, char *buf);
458 extern int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t inode);
459 extern errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
461 extern ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix);
462 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
472 errcode_t e2fsck_rehash_dir(e2fsck_t ctx, ext2_ino_t ino);