Home
last modified time | relevance | path

Searched refs:exofs_iget (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/exofs/
Dexofs.h160 extern struct inode *exofs_iget(struct super_block *, unsigned long);
Dsuper.c817 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()
Dnamei.c58 inode = ino ? exofs_iget(dir->i_sb, ino) : NULL; in exofs_lookup()
Dinode.c1159 struct inode *exofs_iget(struct super_block *sb, unsigned long ino) in exofs_iget() function