Lines Matching refs:ext2_ino_t
62 ext2_ino_t inode;
79 ext2_ino_t dir;
88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
90 static int clone_file(e2fsck_t ctx, ext2_ino_t ino,
118 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk_t blk, in add_dupe()
258 ext2_ino_t ino;
267 ext2_ino_t ino; in pass1b()
367 ext2_ino_t first_inode;
368 ext2_ino_t max_inode;
371 static int search_dirent_proc(ext2_ino_t dir, int entry, in search_dirent_proc()
432 ext2_ino_t *shared, ino; in pass1d()
450 shared = (ext2_ino_t *) e2fsck_allocate_memory(ctx, in pass1d()
451 sizeof(ext2_ino_t) * dict_count(&ino_dict), in pass1d()
457 ino = (ext2_ino_t)VOIDPTR_TO_INT(dnode_getkey(n)); in pass1d()
591 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, in delete_file()
648 ext2_ino_t dir;
720 static int clone_file(e2fsck_t ctx, ext2_ino_t ino, in clone_file()