Home
last modified time | relevance | path

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

/openbmc/linux/fs/freevxfs/
H A Dvxfs_extern.h33 extern struct inode *vxfs_iget(struct super_block *, ino_t);
H A Dvxfs_lookup.c173 ip = vxfs_iget(dip->i_sb, ino); in vxfs_lookup()
H A Dvxfs_super.c259 root = vxfs_iget(sbp, VXFS_ROOT_INO); in vxfs_fill_super()
H A Dvxfs_inode.c253 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget() function