Home
last modified time | relevance | path

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

/linux-2.6.39/fs/freevxfs/
Dvxfs_extern.h65 extern struct inode * vxfs_iget(struct super_block *, ino_t);
Dvxfs_super.c222 root = vxfs_iget(sbp, VXFS_ROOT_INO); in vxfs_fill_super()
Dvxfs_lookup.c216 ip = vxfs_iget(dip->i_sb, ino); in vxfs_lookup()
Dvxfs_inode.c293 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget() function