Lines Matching defs:vpp
248 union_lookup1(struct vnode *udvp, struct vnode **dvpp, struct vnode **vpp,
313 *vpp = dvp;
1626 struct vnode **vpp;
1642 for (vpp = un->un_dircache; *vpp != NULLVP; vpp++)
1643 vrele(*vpp);
1797 struct vnode **vpp;
1798 for (vpp = VTOUNION(vp)->un_dircache; *vpp != NULLVP; vpp++)
1799 vprint("dircache:", *vpp);