Lines Matching defs:vpp
82 fdopen(vnode_t **vpp, int mode, cred_t *cr, caller_context_t *ct)
84 if ((*vpp)->v_type != VDIR) {
85 mutex_enter(&(*vpp)->v_lock);
86 (*vpp)->v_flag |= VDUP;
87 mutex_exit(&(*vpp)->v_lock);
204 fdlookup(vnode_t *dp, char *comp, vnode_t **vpp, pathname_t *pnp,
210 *vpp = dp;
213 return (fdget(dp, comp, vpp));
219 int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct,
222 return (fdget(dvp, comp, vpp));
337 fdget(struct vnode *dvp, char *comp, struct vnode **vpp)
355 *vpp = vp;
433 fdroot(vfs_t *vfsp, vnode_t **vpp)
438 *vpp = vp;