Home
last modified time | relevance | path

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

/openbmc/linux/fs/freevxfs/
H A Dvxfs_fshead.c128 infp->vsi_stilist = vxfs_blkiget(sbp, infp->vsi_iext, in vxfs_read_fshead()
130 if (!infp->vsi_stilist) { in vxfs_read_fshead()
134 if (!VXFS_ISILT(VXFS_INO(infp->vsi_stilist))) { in vxfs_read_fshead()
136 VXFS_INO(infp->vsi_stilist)->vii_mode & VXFS_TYPE_MASK); in vxfs_read_fshead()
158 iput(infp->vsi_stilist); in vxfs_read_fshead()
H A Dvxfs_super.c50 iput(infp->vsi_stilist); in vxfs_put_super()
275 iput(infp->vsi_stilist); in vxfs_fill_super()
H A Dvxfs.h143 struct inode *vsi_stilist; /* structural inode list inode */ member
H A Dvxfs_inode.c234 error = __vxfs_iget(VXFS_SBI(sbp)->vsi_stilist, VXFS_INO(inode), ino); in vxfs_stiget()