Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c937 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1143 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_super.c1795 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()
/linux/fs/xfs/scrub/
H A Dparent.c128 if (sc->ip == mp->m_rootip) { in xchk_parent_validate()