Home
last modified time | relevance | path

Searched refs:rip (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_mount.c905 xfs_inode_t *rip; in xfs_mountfs() local
1102 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0); in xfs_mountfs()
1108 ASSERT(rip != NULL); in xfs_mountfs()
1110 if (unlikely((rip->i_d.di_mode & S_IFMT) != S_IFDIR)) { in xfs_mountfs()
1114 (unsigned long long)rip->i_ino); in xfs_mountfs()
1115 xfs_iunlock(rip, XFS_ILOCK_EXCL); in xfs_mountfs()
1121 mp->m_rootip = rip; /* save it */ in xfs_mountfs()
1123 xfs_iunlock(rip, XFS_ILOCK_EXCL); in xfs_mountfs()
1201 IRELE(rip); in xfs_mountfs()
/fs/xfs/linux-2.6/
Dxfs_super.c1044 struct xfs_inode *rip = mp->m_rootip; in xfs_fs_put_super() local
1060 XFS_SEND_PREUNMOUNT(mp, rip, DM_RIGHT_NULL, rip, DM_RIGHT_NULL, in xfs_fs_put_super()
1075 XFS_SEND_UNMOUNT(mp, rip, DM_RIGHT_NULL, 0, 0, in xfs_fs_put_super()