Searched refs:exofs_iget (Results 1 – 4 of 4) sorted by relevance
160 extern struct inode *exofs_iget(struct super_block *, unsigned long);
817 root = exofs_iget(sb, EXOFS_ROOT_ID - EXOFS_OBJ_OFF); in exofs_fill_super()961 return d_obtain_alias(exofs_iget(d_inode(child)->i_sb, ino)); in exofs_get_parent()969 inode = exofs_iget(sb, ino); in exofs_nfs_get_inode()
58 inode = ino ? exofs_iget(dir->i_sb, ino) : NULL; in exofs_lookup()
1159 struct inode *exofs_iget(struct super_block *sb, unsigned long ino) in exofs_iget() function