Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h106 struct xfs_inode *m_rootip; /* pointer to root directory */ member
Dxfs_mount.c875 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1049 IRELE(mp->m_rootip); in xfs_unmountfs()
Dxfs_qm.c236 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
237 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()
Dxfs_super.c1651 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()