Searched refs:DCTOV (Results 1 – 2 of 2) sorted by relevance
797 struct vnode *vp = DCTOV(dp); in dcnode_destructor()834 struct vnode *vp = DCTOV(dp); in dcnode_free()866 vp = DCTOV(dp); in dcnode_recycle()940 return (DCTOV(dp)); in decompvp()1005 return (DCTOV(dp)); in decompvp()1010 return (DCTOV(ndp)); in decompvp()1070 VN_HOLD(DCTOV(dp)); in dcfind()
68 #define DCTOV(dp) ((dp)->dc_vp) macro