Home
last modified time | relevance | path

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

/fs/freevxfs/
Dvxfs_extern.h58 extern struct inode *vxfs_iget(struct super_block *, ino_t);
Dvxfs_lookup.c197 ip = vxfs_iget(dip->i_sb, ino); in vxfs_lookup()
Dvxfs_super.c284 root = vxfs_iget(sbp, VXFS_ROOT_INO); in vxfs_fill_super()
Dvxfs_inode.c278 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget() function