Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_sync.c207 struct xfs_inode *ip = mp->m_rootip; in xfs_commit_dummy_trans()
Dxfs_super.c1044 struct xfs_inode *rip = mp->m_rootip; in xfs_fs_put_super()
1491 root = igrab(VFS_I(mp->m_rootip)); in xfs_fs_fill_super()
/fs/xfs/
Dxfs_mount.h255 struct xfs_inode *m_rootip; /* pointer to root directory */ member
Dxfs_fsops.c613 ip = mp->m_rootip; in xfs_fs_log_dummy()
Dxfs_mount.c1121 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1233 IRELE(mp->m_rootip); in xfs_unmountfs()
/fs/xfs/quota/
Dxfs_qm.c406 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
407 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()