Lines Matching refs:vpp
58 voff_t vsize, dev_t rdev, bool may_exist, struct vnode **vpp)
101 *vpp = vp;
136 voff_t vsize, dev_t rdev, struct vnode **vpp)
139 return puffs_getvnode1(mp, ck, type, vsize, rdev, true, vpp);
144 puffs_newnode(struct mount *mp, struct vnode *dvp, struct vnode **vpp,
168 error = puffs_getvnode1(dvp->v_mount, ck, type, 0, rdev, false, vpp);
179 cache_enter(dvp, *vpp, cnp->cn_nameptr, cnp->cn_namelen,
246 struct vnode **vpp)
257 *vpp = pmp->pmp_root;
261 rv = vcache_get(PMPTOMP(pmp), &ck, sizeof(ck), vpp);
264 mutex_enter((*vpp)->v_interlock);
265 if ((*vpp)->v_type == VNON) {
266 mutex_exit((*vpp)->v_interlock);
268 vrele(*vpp);
269 *vpp = NULL;
272 mutex_exit((*vpp)->v_interlock);