Lines Matching full:vpp
92 tmpfs_lookup1(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
101 *vpp = NULLVP;
118 pnode, cnp->cn_lkflags, vpp);
124 *vpp = dvp;
188 cnp->cn_lkflags, vpp);
194 curthread) && VOP_ACCESS(*vpp, VADMIN,
197 vput(*vpp);
198 *vpp = NULL;
203 cnp->cn_lkflags, vpp);
216 cache_enter(dvp, *vpp, cnp);
221 * If there were no errors, *vpp cannot be null and it must be
225 MPASS(*vpp != NULLVP);
226 ASSERT_VOP_LOCKED(*vpp, __func__);
228 MPASS(*vpp == NULL);
246 struct vnode **vpp = v->a_vpp;
255 return (tmpfs_lookup1(dvp, vpp, cnp));
262 struct vnode **vpp = v->a_vpp;
269 error = tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL);
271 cache_enter(dvp, *vpp, cnp);
279 struct vnode **vpp = v->a_vpp;
287 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL));
1311 struct vnode **vpp = v->a_vpp;
1317 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL));
1422 struct vnode **vpp = v->a_vpp;
1433 return (tmpfs_alloc_file(dvp, vpp, vap, cnp, target));