Lines Matching defs:dvp
1001 struct vnode *dvp;
1019 dvp = ap->a_dvp;
1020 up = VTOU(dvp);
1033 error = VOP_ACCESS(dvp, VEXEC, ap->a_cnp->cn_cred, p);
1040 error = cache_lookup(dvp, vpp, ap->a_cnp);
1047 * If dvp is what's being looked up, then return it.
1050 vref(dvp);
1051 *vpp = dvp;
1129 VOP_UNLOCK(dvp);
1155 cache_enter(dvp, *vpp, ap->a_cnp);