Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_mount.h74 struct xfs_inode *m_rootip; /* pointer to root directory */ member
Dxfs_mount.c844 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
975 IRELE(mp->m_rootip); in xfs_unmountfs()
Dxfs_qm.c233 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
234 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()
Dxfs_super.c1524 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()