VOP_LINK
error = VOP_LINK(newvp, svp, nm, cred, ct, flags);
return (VOP_LINK(tdvp, vp, tnm, cr, ct, flags));
error = VOP_LINK(dvp, vp, name, cr, NULL, 0);
error = VOP_LINK(dvp, vp, name, cs->cr, NULL, 0);
error = VOP_LINK(newtdvp, svp, tnm, cr, ct, flags);
error = VOP_LINK(tovp, fromvp, args->la_to.da_name, cr, NULL, 0);
rc = VOP_LINK(to_dvp, from_vp, np, cr, &smb_ct, option_flags);
rc = VOP_LINK(to_dvp, from_vp, to_name, cr, &smb_ct, option_flags);
error = VOP_LINK(tdvp, fvp, pn.pn_path, CRED(), NULL, 0);
error = VOP_LINK(pvp, svp, name, cr, ct, flags);
error = VOP_LINK(ZTOV(dzp), ZTOV(zp), name, kcred, NULL, vflg);