Searched refs:VOP_REALVP (Results 1 – 2 of 2) sorted by relevance
90 #define VOP_REALVP(vp, vpp, ct) (*(vpp) = (vp), 0) macro
3768 if (VOP_REALVP(tdvp, &realvp, ct) == 0) in zfs_rename()4338 if (VOP_REALVP(svp, &realvp, ct) == 0) in zfs_link()