Lines Matching defs:vpp
83 * directory file handle and name. May replace *vpp with a held reference
89 sv_activate(vnode_t **vpp, vnode_t *dvp, nfs4_fname_t **namepp, int newnode)
94 rnode4_t *rp = VTOR4(*vpp);
95 svp = VTOSV(*vpp);
123 } else if ((*vpp)->v_type == VREG && !((*vpp)->v_flag & VROOT)) {
124 resvp = sv_find(*vpp, dvp, namepp);
126 VN_RELE(*vpp);
127 *vpp = resvp;
346 sv_exchange(vnode_t **vpp)
353 mvp = RTOV4(VTOR4(*vpp));
355 VN_RELE(*vpp);
356 *vpp = mvp;