Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_mount.h74 struct xfs_inode *m_rootip; /* pointer to root directory */ member
Dxfs_mount.c877 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1012 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.c1549 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()