Lines Matching defs:vpp
465 filecore_root(struct mount *mp, int lktype, struct vnode **vpp)
472 *vpp = nvp;
525 struct vnode **vpp)
537 *vpp = NULLVP;
543 *vpp = NULLVP;
546 *vpp = nvp;
559 filecore_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
563 error = vcache_get(mp, &ino, sizeof(ino), vpp);
566 error = vn_lock(*vpp, lktype);
568 vrele(*vpp);
569 *vpp = NULL;