Searched defs:findit (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_inode_relocator.c61 static struct ext2_inode_entry *findit(struct ext2_inode_relocator_state *state, ino_t inode) function
104 if ((ent = findit(state, inode)) == NULL)
H A Dext2_block_relocator.c146 struct ext2_block_entry *findit(struct ext2_block_relocator_state *state, blk_t block) function
192 if ((ent = findit(state, blk)) == NULL)

Completed in 17 milliseconds