vn_getops
return (vn_getops(vp) == vnodeops);
vn_setops(vp, vn_getops(SDEVTOV(ddv)));
vn_setops(vp, vn_getops(DVTOV(ddv)));
vn_setops(vp, vn_getops(DVTOV(ddv)));
if (vn_matchops(dvp, vn_getops(rvp)))
vn_setops(newvp, vn_getops(*vpp));
return (vn_getops(vp) == vnodeops);
vnodeops_t *vop = vn_getops(vp);
vnodeops_t *vn_getops(vnode_t *);
((VP1) && (VP2) && (vn_getops(VP1) == vn_getops(VP2)) ? \