Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dorphanage.c127 struct inode *root_inode = VFS_I(sc->mp->m_rootip); in xrep_orphanage_create()
H A Dparent.c128 if (sc->ip == mp->m_rootip) { in xchk_parent_validate()
H A Ddir_repair.c1767 error = xrep_dir_reset_fork(rd, sc->mp->m_rootip->i_ino); in xrep_dir_rebuild_tree()
/linux/fs/xfs/
H A Dxfs_mount.h165 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.c700 struct xfs_inode *ip = mp->m_rootip; in xfs_growfs_rt_fixup_extsize()
H A Dxfs_super.c1942 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()