Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c547 vnode_t *rvp; in xfs_unmount() local
554 rvp = XFS_ITOV(rip); in xfs_unmount()
558 rvp, DM_RIGHT_NULL, rvp, DM_RIGHT_NULL, in xfs_unmount()
580 ASSERT(vn_count(rvp) == 1); in xfs_unmount()
585 VN_RELE(rvp); in xfs_unmount()
608 XFS_SEND_UNMOUNT(mp, vfsp, error == 0 ? rvp : NULL, in xfs_unmount()
690 vnode_t *rvp = XFS_ITOV(rip); in xfs_unmount_flush() local
729 if (vn_count(rvp) != 1 && !relocation) { in xfs_unmount_flush()
Dxfs_mount.c641 vnode_t *rvp = NULL; local
985 rvp = XFS_ITOV(rip);
1048 VN_RELE(rvp);