Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
Dparent.c306 if (sc->ip == mp->m_rootip) { in xchk_parent()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h79 struct xfs_inode *m_rootip; /* pointer to root directory */ member
Dxfs_mount.c875 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1061 xfs_irele(mp->m_rootip); in xfs_unmountfs()
Dxfs_qm.c223 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
224 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()
Dxfs_super.c1587 root = igrab(VFS_I(mp->m_rootip)); in xfs_fc_fill_super()