Lines Matching full:vpp
182 p9fs_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
187 p9aa->newfid, vpp, p9aa->cnp->cn_nameptr));
218 struct vnode **vpp, *vp;
231 vpp = ap->a_vpp;
236 *vpp = NULLVP;
243 *vpp = dvp;
309 error = cache_lookup(dvp, vpp, cnp, NULL, NULL);
316 vp = *vpp;
332 *vpp = NULLVP;
360 *vpp = vp;
380 *vpp = vp;
386 vput(*vpp);
387 *vpp = NULL;
396 *vpp = vp;
404 cache_enter(dvp, *vpp, cnp);
424 char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp)
465 * Do the lookup part and add the vnode, p9fs node. Note that vpp
471 dnp, newfid, vpp, cnp->cn_nameptr);
480 cache_enter(P9FS_NTOV(dnp), *vpp, cnp);
483 __func__, *vpp, dnp, (uintmax_t)dvfid->fid);
509 struct vnode **vpp;
518 vpp = ap->a_vpp;
527 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDWR, vpp);
543 struct vnode **vpp;
552 vpp = ap->a_vpp;
561 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDWR, vpp);
576 struct vnode **vpp;
585 vpp = ap->a_vpp;
594 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_OREAD, vpp);
1601 struct vnode **vpp;
1614 vpp = ap->a_vpp;
1646 dnp, newfid, vpp, cnp->cn_nameptr);
1653 cache_enter(P9FS_NTOV(dnp), *vpp, cnp);
1656 __func__, *vpp, dnp, (uintmax_t)dvfid->fid);