Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dtempfile.c45 .pip = sc->mp->m_rootip, in xrep_tempfile_create()
55 struct xfs_inode *dp = mp->m_rootip; in xrep_tempfile_create()
H A Dcommon.c1656 return ip == mp->m_rootip || in xchk_inode_is_dirtree_root()
1676 return mp->m_rootip->i_ino; in xchk_inode_rootdir_inum()
H A Dparent.c128 if (sc->ip == mp->m_rootip) { in xchk_parent_validate()
/linux/fs/xfs/
H A Dxfs_mount.c948 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1154 xfs_irele(mp->m_rootip); in xfs_unmountfs()
H A Dxfs_mount.h128 struct xfs_inode *m_rootip; /* pointer to root directory */ member
H A Dxfs_qm.c273 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
274 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()
H A Dxfs_rtalloc.c695 struct xfs_inode *ip = mp->m_rootip; in xfs_growfs_rt_fixup_extsize()
H A Dxfs_super.c1821 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()