vpp 1031 dev/ccd.c struct vnode **vpp;
vpp 1075 dev/ccd.c vpp = malloc(ccio->ccio_ndisks * sizeof(struct vnode *),
vpp 1081 dev/ccd.c free(vpp, M_DEVBUF);
vpp 1091 dev/ccd.c if ((error = ccdlookup(cpp[i], p, &vpp[i])) != 0) {
vpp 1093 dev/ccd.c (void)vn_close(vpp[j], FREAD|FWRITE,
vpp 1095 dev/ccd.c free(vpp, M_DEVBUF);
vpp 1103 dev/ccd.c ccd.ccd_vpp = vpp;
vpp 1111 dev/ccd.c (void)vn_close(vpp[j], FREAD|FWRITE,
vpp 1114 dev/ccd.c free(vpp, M_DEVBUF);
vpp 1306 dev/ccd.c ccdlookup(char *path, struct proc *p, struct vnode **vpp)
vpp 1347 dev/ccd.c *vpp = vp;
vpp 2183 dev/raidframe/rf_openbsdkintf.c raidlookup(char *path, struct proc *p, struct vnode **vpp /* result */)
vpp 2215 dev/raidframe/rf_openbsdkintf.c *vpp = vp;
vpp 122 isofs/cd9660/cd9660_lookup.c struct vnode **vpp = ap->a_vpp;
vpp 133 isofs/cd9660/cd9660_lookup.c *vpp = NULL;
vpp 157 isofs/cd9660/cd9660_lookup.c if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
vpp 339 isofs/cd9660/cd9660_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 398 isofs/cd9660/cd9660_lookup.c *vpp = tdp;
vpp 402 isofs/cd9660/cd9660_lookup.c *vpp = vdp;
vpp 413 isofs/cd9660/cd9660_lookup.c *vpp = tdp;
vpp 420 isofs/cd9660/cd9660_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 596 isofs/cd9660/cd9660_vfsops.c cd9660_root(mp, vpp)
vpp 598 isofs/cd9660/cd9660_vfsops.c struct vnode **vpp;
vpp 609 isofs/cd9660/cd9660_vfsops.c return (cd9660_vget_internal(mp, ino, vpp,
vpp 691 isofs/cd9660/cd9660_vfsops.c cd9660_fhtovp(mp, fhp, vpp)
vpp 694 isofs/cd9660/cd9660_vfsops.c struct vnode **vpp;
vpp 707 isofs/cd9660/cd9660_vfsops.c *vpp = NULLVP;
vpp 713 isofs/cd9660/cd9660_vfsops.c *vpp = NULLVP;
vpp 716 isofs/cd9660/cd9660_vfsops.c *vpp = nvp;
vpp 721 isofs/cd9660/cd9660_vfsops.c cd9660_vget(mp, ino, vpp)
vpp 724 isofs/cd9660/cd9660_vfsops.c struct vnode **vpp;
vpp 733 isofs/cd9660/cd9660_vfsops.c return (cd9660_vget_internal(mp, ino, vpp,
vpp 743 isofs/cd9660/cd9660_vfsops.c cd9660_vget_internal(mp, ino, vpp, relocated, isodir)
vpp 746 isofs/cd9660/cd9660_vfsops.c struct vnode **vpp;
vpp 760 isofs/cd9660/cd9660_vfsops.c if ((*vpp = cd9660_ihashget(dev, ino)) != NULLVP)
vpp 765 isofs/cd9660/cd9660_vfsops.c *vpp = NULLVP;
vpp 959 isofs/cd9660/cd9660_vfsops.c *vpp = vp;
vpp 453 isofs/udf/udf_vfsops.c udf_root(struct mount *mp, struct vnode **vpp)
vpp 464 isofs/udf/udf_vfsops.c error = udf_vget(mp, id, vpp);
vpp 468 isofs/udf/udf_vfsops.c vp = *vpp;
vpp 506 isofs/udf/udf_vfsops.c udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
vpp 519 isofs/udf/udf_vfsops.c *vpp = NULL;
vpp 523 isofs/udf/udf_vfsops.c if ((error = udf_hashlookup(ump, ino, LK_EXCLUSIVE, vpp)) != 0)
vpp 525 isofs/udf/udf_vfsops.c if (*vpp != NULL)
vpp 622 isofs/udf/udf_vfsops.c *vpp = vp;
vpp 635 isofs/udf/udf_vfsops.c udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
vpp 644 isofs/udf/udf_vfsops.c *vpp = NULLVP;
vpp 648 isofs/udf/udf_vfsops.c *vpp = nvp;
vpp 89 isofs/udf/udf_vnops.c udf_hashlookup(struct umount *ump, ino_t id, int flags, struct vnode **vpp)
vpp 96 isofs/udf/udf_vnops.c *vpp = NULL;
vpp 114 isofs/udf/udf_vnops.c *vpp = up->u_vnode;
vpp 163 isofs/udf/udf_vnops.c udf_allocv(struct mount *mp, struct vnode **vpp, struct proc *p)
vpp 174 isofs/udf/udf_vnops.c *vpp = vp;
vpp 965 isofs/udf/udf_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 990 isofs/udf/udf_vnops.c *vpp = NULL;
vpp 1002 isofs/udf/udf_vnops.c error = cache_lookup(dvp, vpp, ap->a_cnp);
vpp 1013 isofs/udf/udf_vnops.c *vpp = dvp;
vpp 1086 isofs/udf/udf_vnops.c *vpp = tdp;
vpp 1109 isofs/udf/udf_vnops.c cache_enter(dvp, *vpp, ap->a_cnp);
vpp 107 kern/vfs_cache.c cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
vpp 116 kern/vfs_cache.c *vpp = NULL;
vpp 229 kern/vfs_cache.c *vpp = vp;
vpp 608 kern/vfs_lookup.c relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
vpp 665 kern/vfs_lookup.c if ((error = VOP_LOOKUP(dp, vpp, cnp)) != 0) {
vpp 667 kern/vfs_lookup.c if (*vpp != NULL)
vpp 690 kern/vfs_lookup.c dp = *vpp;
vpp 730 kern/vfs_lookup.c *vpp = NULL;
vpp 338 kern/vfs_subr.c struct vnode **vpp)
vpp 387 kern/vfs_subr.c *vpp = 0;
vpp 422 kern/vfs_subr.c *vpp = vp;
vpp 453 kern/vfs_subr.c bdevvp(dev_t dev, struct vnode **vpp)
vpp 455 kern/vfs_subr.c return (getdevvp(dev, vpp, VBLK));
vpp 463 kern/vfs_subr.c cdevvp(dev_t dev, struct vnode **vpp)
vpp 465 kern/vfs_subr.c return (getdevvp(dev, vpp, VCHR));
vpp 474 kern/vfs_subr.c getdevvp(dev_t dev, struct vnode **vpp, enum vtype type)
vpp 481 kern/vfs_subr.c *vpp = NULLVP;
vpp 486 kern/vfs_subr.c *vpp = NULLVP;
vpp 495 kern/vfs_subr.c *vpp = vp;
vpp 512 kern/vfs_subr.c struct vnode **vpp;
vpp 517 kern/vfs_subr.c vpp = &speclisth[SPECHASH(nvp_rdev)];
vpp 519 kern/vfs_subr.c for (vp = *vpp; vp; vp = vp->v_specnext) {
vpp 543 kern/vfs_subr.c nvp->v_hashchain = vpp;
vpp 544 kern/vfs_subr.c nvp->v_specnext = *vpp;
vpp 548 kern/vfs_subr.c *vpp = nvp;
vpp 1113 kern/vfs_subr.c vfinddev(dev_t dev, enum vtype type, struct vnode **vpp)
vpp 1121 kern/vfs_subr.c *vpp = vp;
vpp 97 kern/vnode_if.c int VOP_LOOKUP(struct vnode *dvp, struct vnode **vpp,
vpp 103 kern/vnode_if.c a.a_vpp = vpp;
vpp 124 kern/vnode_if.c int VOP_CREATE(struct vnode *dvp, struct vnode **vpp,
vpp 134 kern/vnode_if.c a.a_vpp = vpp;
vpp 156 kern/vnode_if.c int VOP_MKNOD(struct vnode *dvp, struct vnode **vpp,
vpp 166 kern/vnode_if.c a.a_vpp = vpp;
vpp 642 kern/vnode_if.c int VOP_MKDIR(struct vnode *dvp, struct vnode **vpp,
vpp 652 kern/vnode_if.c a.a_vpp = vpp;
vpp 709 kern/vnode_if.c int VOP_SYMLINK(struct vnode *dvp, struct vnode **vpp,
vpp 719 kern/vnode_if.c a.a_vpp = vpp;
vpp 937 kern/vnode_if.c int VOP_BMAP(struct vnode *vp, daddr64_t bn, struct vnode **vpp,
vpp 948 kern/vnode_if.c a.a_vpp = vpp;
vpp 198 miscfs/portal/portal_vfsops.c portal_root(struct mount *mp, struct vnode **vpp)
vpp 209 miscfs/portal/portal_vfsops.c *vpp = vp;
vpp 177 miscfs/portal/portal_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 187 miscfs/portal/portal_vnops.c *vpp = NULLVP;
vpp 193 miscfs/portal/portal_vnops.c *vpp = dvp;
vpp 220 miscfs/portal/portal_vnops.c *vpp = fvp;
vpp 90 miscfs/procfs/procfs_subr.c procfs_allocvp(struct mount *mp, struct vnode **vpp, pid_t pid, pfstype pfs_type)
vpp 111 miscfs/procfs/procfs_subr.c *vpp = vp;
vpp 116 miscfs/procfs/procfs_subr.c if ((error = getnewvnode(VT_PROCFS, mp, procfs_vnodeop_p, vpp)) != 0)
vpp 118 miscfs/procfs/procfs_subr.c vp = *vpp;
vpp 145 miscfs/procfs/procfs_vfsops.c procfs_root(struct mount *mp, struct vnode **vpp)
vpp 149 miscfs/procfs/procfs_vfsops.c error = procfs_allocvp(mp, vpp, 0, Proot);
vpp 152 miscfs/procfs/procfs_vfsops.c vn_lock(*vpp, LK_EXCLUSIVE, curproc);
vpp 678 miscfs/procfs/procfs_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 689 miscfs/procfs/procfs_vnops.c *vpp = NULL;
vpp 696 miscfs/procfs/procfs_vnops.c *vpp = dvp;
vpp 712 miscfs/procfs/procfs_vnops.c error = procfs_allocvp(dvp->v_mount, vpp, 0,
vpp 731 miscfs/procfs/procfs_vnops.c error = procfs_allocvp(dvp->v_mount, vpp, 0,
vpp 748 miscfs/procfs/procfs_vnops.c error = procfs_allocvp(dvp->v_mount, vpp, pid, Pproc);
vpp 765 miscfs/procfs/procfs_vnops.c error = procfs_root(dvp->v_mount, vpp);
vpp 795 miscfs/procfs/procfs_vnops.c *vpp = fvp;
vpp 799 miscfs/procfs/procfs_vnops.c error = procfs_allocvp(dvp->v_mount, vpp, pfs->pfs_pid,
vpp 86 msdosfs/msdosfs_lookup.c struct vnode **vpp = ap->a_vpp;
vpp 125 msdosfs/msdosfs_lookup.c *vpp = NULL;
vpp 148 msdosfs/msdosfs_lookup.c if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
vpp 411 msdosfs/msdosfs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 486 msdosfs/msdosfs_lookup.c *vpp = vdp;
vpp 491 msdosfs/msdosfs_lookup.c *vpp = DETOV(tdp);
vpp 523 msdosfs/msdosfs_lookup.c *vpp = DETOV(tdp);
vpp 566 msdosfs/msdosfs_lookup.c *vpp = DETOV(tdp);
vpp 569 msdosfs/msdosfs_lookup.c *vpp = vdp;
vpp 577 msdosfs/msdosfs_lookup.c *vpp = DETOV(tdp);
vpp 584 msdosfs/msdosfs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 615 msdosfs/msdosfs_vfsops.c msdosfs_root(mp, vpp)
vpp 617 msdosfs/msdosfs_vfsops.c struct vnode **vpp;
vpp 631 msdosfs/msdosfs_vfsops.c *vpp = DETOV(ndep);
vpp 742 msdosfs/msdosfs_vfsops.c msdosfs_fhtovp(mp, fhp, vpp)
vpp 745 msdosfs/msdosfs_vfsops.c struct vnode **vpp;
vpp 754 msdosfs/msdosfs_vfsops.c *vpp = NULLVP;
vpp 757 msdosfs/msdosfs_vfsops.c *vpp = DETOV(dep);
vpp 1106 nfs/nfs_subs.c nfs_loadattrcache(vpp, mdp, dposp, vaper)
vpp 1107 nfs/nfs_subs.c struct vnode **vpp;
vpp 1112 nfs/nfs_subs.c struct vnode *vp = *vpp;
vpp 1192 nfs/nfs_subs.c *vpp = vp = nvp;
vpp 1618 nfs/nfs_subs.c nfsrv_fhtovp(fhp, lockflag, vpp, cred, slp, nam, rdonlyp, kerbflag)
vpp 1621 nfs/nfs_subs.c struct vnode **vpp;
vpp 1635 nfs/nfs_subs.c *vpp = (struct vnode *)0;
vpp 1643 nfs/nfs_subs.c error = VFS_FHTOVP(mp, &fhp->fh_fid, vpp);
vpp 1651 nfs/nfs_subs.c vput(*vpp);
vpp 1660 nfs/nfs_subs.c vput(*vpp);
vpp 1664 nfs/nfs_subs.c vput(*vpp);
vpp 1678 nfs/nfs_subs.c VOP_UNLOCK(*vpp, 0, p);
vpp 759 nfs/nfs_vfsops.c nfs_root(mp, vpp)
vpp 761 nfs/nfs_vfsops.c struct vnode **vpp;
vpp 771 nfs/nfs_vfsops.c *vpp = NFSTOV(np);
vpp 826 nfs/nfs_vfsops.c nfs_vget(mp, ino, vpp)
vpp 829 nfs/nfs_vfsops.c struct vnode **vpp;
vpp 893 nfs/nfs_vfsops.c nfs_fhtovp(mp, fhp, vpp)
vpp 896 nfs/nfs_vfsops.c struct vnode **vpp;
vpp 605 nfs/nfs_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 624 nfs/nfs_vnops.c *vpp = NULLVP;
vpp 644 nfs/nfs_vnops.c if ((error = cache_lookup(dvp, vpp, cnp)) >= 0) {
vpp 649 nfs/nfs_vnops.c *vpp = NULLVP;
vpp 656 nfs/nfs_vnops.c *vpp = NULLVP;
vpp 665 nfs/nfs_vnops.c if (*vpp != dvp)
vpp 666 nfs/nfs_vnops.c vput(*vpp);
vpp 668 nfs/nfs_vnops.c vrele(*vpp);
vpp 670 nfs/nfs_vnops.c *vpp = NULLVP;
vpp 684 nfs/nfs_vnops.c newvp = *vpp;
vpp 701 nfs/nfs_vnops.c *vpp = NULLVP;
vpp 740 nfs/nfs_vnops.c *vpp = newvp;
vpp 816 nfs/nfs_vnops.c *vpp = newvp;
vpp 846 nfs/nfs_vnops.c *vpp = NULL;
vpp 1094 nfs/nfs_vnops.c nfs_mknodrpc(dvp, vpp, cnp, vap)
vpp 1096 nfs/nfs_vnops.c struct vnode **vpp;
vpp 1168 nfs/nfs_vnops.c *vpp = newvp;
vpp 105 nfs/nfsmount.h int nfs_root(struct mount *mp, struct vnode **vpp);
vpp 112 nfs/nfsmount.h int nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp);
vpp 903 ntfs/ntfs_subr.c struct vnode ** vpp)
vpp 905 ntfs/ntfs_subr.c struct vnode ** vpp,
vpp 1034 ntfs/ntfs_subr.c *vpp = vp;
vpp 1056 ntfs/ntfs_subr.c *vpp = nvp;
vpp 1090 ntfs/ntfs_subr.c *vpp = nvp;
vpp 100 ntfs/ntfs_vfsops.c struct vnode **vpp);
vpp 804 ntfs/ntfs_vfsops.c struct vnode **vpp )
vpp 817 ntfs/ntfs_vfsops.c *vpp = nvp;
vpp 929 ntfs/ntfs_vfsops.c struct vnode **vpp,
vpp 935 ntfs/ntfs_vfsops.c struct vnode **vpp)
vpp 940 ntfs/ntfs_vfsops.c struct vnode **vpp,
vpp 952 ntfs/ntfs_vfsops.c LK_EXCLUSIVE | LK_RETRY, 0, curproc, vpp); /* XXX */
vpp 954 ntfs/ntfs_vfsops.c *vpp = NULLVP;
vpp 996 ntfs/ntfs_vfsops.c struct vnode **vpp)
vpp 1010 ntfs/ntfs_vfsops.c *vpp = NULL;
vpp 1090 ntfs/ntfs_vfsops.c *vpp = FTOV(fp);
vpp 1128 ntfs/ntfs_vfsops.c *vpp = vp;
vpp 1136 ntfs/ntfs_vfsops.c struct vnode **vpp)
vpp 1139 ntfs/ntfs_vfsops.c LK_EXCLUSIVE | LK_RETRY, 0, curproc, vpp); /* XXX */
vpp 477 sys/mount.h int (*vfs_root)(struct mount *mp, struct vnode **vpp);
vpp 485 sys/mount.h struct vnode **vpp);
vpp 487 sys/mount.h struct vnode **vpp);
vpp 175 sys/namei.h int relookup(struct vnode *dvp, struct vnode **vpp,
vpp 136 ufs/ext2fs/ext2fs_alloc.c struct vnode **vpp)
vpp 144 ufs/ext2fs/ext2fs_alloc.c *vpp = NULL;
vpp 158 ufs/ext2fs/ext2fs_alloc.c error = VFS_VGET(pvp->v_mount, ino, vpp);
vpp 163 ufs/ext2fs/ext2fs_alloc.c ip = VTOI(*vpp);
vpp 272 ufs/ext2fs/ext2fs_lookup.c struct vnode **vpp = ap->a_vpp;
vpp 282 ufs/ext2fs/ext2fs_lookup.c *vpp = NULL;
vpp 304 ufs/ext2fs/ext2fs_lookup.c if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
vpp 525 ufs/ext2fs/ext2fs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 578 ufs/ext2fs/ext2fs_lookup.c *vpp = vdp;
vpp 596 ufs/ext2fs/ext2fs_lookup.c *vpp = tdp;
vpp 622 ufs/ext2fs/ext2fs_lookup.c *vpp = tdp;
vpp 666 ufs/ext2fs/ext2fs_lookup.c *vpp = tdp;
vpp 669 ufs/ext2fs/ext2fs_lookup.c *vpp = vdp;
vpp 677 ufs/ext2fs/ext2fs_lookup.c *vpp = tdp;
vpp 684 ufs/ext2fs/ext2fs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 140 ufs/ext2fs/ext2fs_subr.c int (**fifoops)(void *), struct vnode **vpp)
vpp 146 ufs/ext2fs/ext2fs_subr.c vp = *vpp;
vpp 198 ufs/ext2fs/ext2fs_subr.c *vpp = vp;
vpp 808 ufs/ext2fs/ext2fs_vfsops.c ext2fs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
vpp 823 ufs/ext2fs/ext2fs_vfsops.c if ((*vpp = ufs_ihashget(dev, ino)) != NULL)
vpp 828 ufs/ext2fs/ext2fs_vfsops.c *vpp = NULL;
vpp 873 ufs/ext2fs/ext2fs_vfsops.c *vpp = NULL;
vpp 908 ufs/ext2fs/ext2fs_vfsops.c *vpp = NULL;
vpp 928 ufs/ext2fs/ext2fs_vfsops.c *vpp = vp;
vpp 943 ufs/ext2fs/ext2fs_vfsops.c ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
vpp 958 ufs/ext2fs/ext2fs_vfsops.c *vpp = NULLVP;
vpp 965 ufs/ext2fs/ext2fs_vfsops.c *vpp = NULLVP;
vpp 968 ufs/ext2fs/ext2fs_vfsops.c *vpp = nvp;
vpp 97 ufs/ext2fs/ext2fs_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 103 ufs/ext2fs/ext2fs_vnops.c ap->a_dvp, vpp, ap->a_cnp)) != 0)
vpp 105 ufs/ext2fs/ext2fs_vnops.c ip = VTOI(*vpp);
vpp 119 ufs/ext2fs/ext2fs_vnops.c vput(*vpp);
vpp 120 ufs/ext2fs/ext2fs_vnops.c (*vpp)->v_type = VNON;
vpp 121 ufs/ext2fs/ext2fs_vnops.c vgone(*vpp);
vpp 122 ufs/ext2fs/ext2fs_vnops.c *vpp = 0;
vpp 1076 ufs/ext2fs/ext2fs_vnops.c struct vnode *vp, **vpp = ap->a_vpp;
vpp 1081 ufs/ext2fs/ext2fs_vnops.c vpp, ap->a_cnp);
vpp 1084 ufs/ext2fs/ext2fs_vnops.c vp = *vpp;
vpp 1139 ufs/ext2fs/ext2fs_vnops.c ext2fs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
vpp 1151 ufs/ext2fs/ext2fs_vnops.c *vpp = NULL;
vpp 1184 ufs/ext2fs/ext2fs_vnops.c *vpp = tvp;
vpp 825 ufs/ffs/ffs_alloc.c struct vnode **vpp)
vpp 833 ufs/ffs/ffs_alloc.c *vpp = NULL;
vpp 860 ufs/ffs/ffs_alloc.c error = VFS_VGET(pvp->v_mount, ino, vpp);
vpp 866 ufs/ffs/ffs_alloc.c ip = VTOI(*vpp);
vpp 1234 ufs/ffs/ffs_vfsops.c ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
vpp 1251 ufs/ffs/ffs_vfsops.c if ((*vpp = ufs_ihashget(dev, ino)) != NULL)
vpp 1256 ufs/ffs/ffs_vfsops.c *vpp = NULL;
vpp 1309 ufs/ffs/ffs_vfsops.c *vpp = NULL;
vpp 1340 ufs/ffs/ffs_vfsops.c *vpp = NULL;
vpp 1365 ufs/ffs/ffs_vfsops.c *vpp = vp;
vpp 1379 ufs/ffs/ffs_vfsops.c ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
vpp 1389 ufs/ffs/ffs_vfsops.c return (ufs_fhtovp(mp, ufhp, vpp));
vpp 151 ufs/ufs/inode.h #define UFS_INODE_ALLOC(pip, mode, cred, vpp) \
vpp 152 ufs/ufs/inode.h ((pip)->i_vtbl->iv_inode_alloc)((pip), (mode), (cred), (vpp))
vpp 128 ufs/ufs/ufs_lookup.c struct vnode **vpp = ap->a_vpp;
vpp 140 ufs/ufs/ufs_lookup.c *vpp = NULL;
vpp 165 ufs/ufs/ufs_lookup.c if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
vpp 437 ufs/ufs/ufs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 488 ufs/ufs/ufs_lookup.c *vpp = vdp;
vpp 507 ufs/ufs/ufs_lookup.c *vpp = tdp;
vpp 535 ufs/ufs/ufs_lookup.c *vpp = tdp;
vpp 580 ufs/ufs/ufs_lookup.c *vpp = tdp;
vpp 583 ufs/ufs/ufs_lookup.c *vpp = vdp;
vpp 592 ufs/ufs/ufs_lookup.c *vpp = tdp;
vpp 599 ufs/ufs/ufs_lookup.c cache_enter(vdp, *vpp, cnp);
vpp 484 ufs/ufs/ufs_quota.c struct vnode *vp, **vpp;
vpp 494 ufs/ufs/ufs_quota.c vpp = &ump->um_quotas[type];
vpp 504 ufs/ufs/ufs_quota.c if (*vpp != vp)
vpp 509 ufs/ufs/ufs_quota.c *vpp = vp;
vpp 74 ufs/ufs/ufs_vfsops.c ufs_root(struct mount *mp, struct vnode **vpp)
vpp 81 ufs/ufs/ufs_vfsops.c *vpp = nvp;
vpp 133 ufs/ufs/ufs_vfsops.c ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp)
vpp 140 ufs/ufs/ufs_vfsops.c *vpp = NULLVP;
vpp 146 ufs/ufs/ufs_vfsops.c *vpp = NULLVP;
vpp 149 ufs/ufs/ufs_vfsops.c *vpp = nvp;
vpp 138 ufs/ufs/ufs_vnops.c struct vnode **vpp = ap->a_vpp;
vpp 144 ufs/ufs/ufs_vnops.c ap->a_dvp, vpp, ap->a_cnp)) != 0)
vpp 147 ufs/ufs/ufs_vnops.c ip = VTOI(*vpp);
vpp 161 ufs/ufs/ufs_vnops.c vput(*vpp);
vpp 162 ufs/ufs/ufs_vnops.c (*vpp)->v_type = VNON;
vpp 163 ufs/ufs/ufs_vnops.c vgone(*vpp);
vpp 164 ufs/ufs/ufs_vnops.c *vpp = 0;
vpp 1343 ufs/ufs/ufs_vnops.c struct vnode *vp, **vpp = ap->a_vpp;
vpp 1348 ufs/ufs/ufs_vnops.c vpp, ap->a_cnp);
vpp 1352 ufs/ufs/ufs_vnops.c vp = *vpp;
vpp 1771 ufs/ufs/ufs_vnops.c int (**fifoops)(void *), struct vnode **vpp)
vpp 1777 ufs/ufs/ufs_vnops.c vp = *vpp;
vpp 1827 ufs/ufs/ufs_vnops.c *vpp = vp;
vpp 1835 ufs/ufs/ufs_vnops.c ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp,
vpp 1848 ufs/ufs/ufs_vnops.c *vpp = NULL;
vpp 1897 ufs/ufs/ufs_vnops.c *vpp = tvp;
vpp 55 xfs/xfs_node-bsd.c xfs_getnewvnode(struct xfs *xfsp, struct vnode **vpp,
vpp 61 xfs/xfs_node-bsd.c error = getnewvnode(VT_XFS, NNPFS_TO_VFS(xfsp), xfs_vnodeop_p, vpp);
vpp 68 xfs/xfs_node-bsd.c (*vpp)->v_data = result;
vpp 69 xfs/xfs_node-bsd.c result->vn = *vpp;
vpp 85 xfs/xfs_node-bsd.c genfs_node_init(*vpp, &xfs_genfsops);
vpp 90 xfs/xfs_node-bsd.c vput(*vpp);
vpp 91 xfs/xfs_node-bsd.c *vpp = result->vn;
vpp 103 xfs/xfs_node.h int xfs_getnewvnode(struct xfs *xfsp, struct vnode **vpp,
vpp 79 xfs/xfs_vfsops-bsd.c xfs_root(struct mount *mp, struct vnode **vpp)
vpp 83 xfs/xfs_vfsops-bsd.c return xfs_root_common(mp, vpp, xfs_curthread(), xfs_curthread()->td_proc->p_ucred);
vpp 85 xfs/xfs_vfsops-bsd.c return xfs_root_common(mp, vpp, xfs_curproc(), xfs_curproc()->p_ucred);
vpp 129 xfs/xfs_vfsops-bsd.c struct vnode ** vpp)
vpp 138 xfs/xfs_vfsops-bsd.c struct vnode ** vpp)
vpp 182 xfs/xfs_vfsops-bsd.c *vpp = vp;
vpp 206 xfs/xfs_vfsops-bsd.c struct vnode ** vpp)
vpp 208 xfs/xfs_vfsops-bsd.c return common_fhtovp (mp, fhp, vpp);
vpp 219 xfs/xfs_vfsops-bsd.c struct vnode ** vpp,
vpp 232 xfs/xfs_vfsops-bsd.c error = common_fhtovp(mp, fhp, vpp);
vpp 325 xfs/xfs_vfsops-bsd.c struct vnode **vpp)
vpp 353 xfs/xfs_vfsops-bsd.c error = VFS_VGET(mp, &ino, vpp);
vpp 356 xfs/xfs_vfsops-bsd.c error = VFS_VGET(mp, SCARG(fh_args, fileid), vpp);
vpp 362 xfs/xfs_vfsops-bsd.c if (*vpp == NULL)
vpp 365 xfs/xfs_vfsops-bsd.c error = VOP_GETATTR(*vpp, &vattr, cred, proc);
vpp 367 xfs/xfs_vfsops-bsd.c vput(*vpp);
vpp 372 xfs/xfs_vfsops-bsd.c vput(*vpp);
vpp 385 xfs/xfs_vfsops-bsd.c if ((error = VFS_FHTOVP(mp, &fh->fh_fid, vpp)) != 0) {
vpp 386 xfs/xfs_vfsops-bsd.c *vpp = NULL;
vpp 393 xfs/xfs_vfsops-bsd.c if ((*vpp)->v_type == VREG && (*vpp)->v_object == NULL)
vpp 395 xfs/xfs_vfsops-bsd.c xfs_vfs_object_create (*vpp, proc, proc->td_proc->p_ucred);
vpp 397 xfs/xfs_vfsops-bsd.c xfs_vfs_object_create (*vpp, proc, proc->p_ucred);
vpp 400 xfs/xfs_vfsops-bsd.c if ((*vpp)->v_type == VREG && (!UBCINFOEXISTS(*vpp))) {
vpp 401 xfs/xfs_vfsops-bsd.c ubc_info_init(*vpp);
vpp 403 xfs/xfs_vfsops-bsd.c ubc_hold(*vpp);
vpp 50 xfs/xfs_vfsops-bsd.h xfs_root(struct mount *mp, struct vnode **vpp);
vpp 68 xfs/xfs_vfsops-bsd.h struct vnode ** vpp);
vpp 74 xfs/xfs_vfsops-bsd.h struct vnode ** vpp);
vpp 80 xfs/xfs_vfsops-bsd.h struct vnode ** vpp,
vpp 258 xfs/xfs_vfsops-common.c xfs_root_common(struct mount *mp, struct vnode **vpp,
vpp 267 xfs/xfs_vfsops-common.c *vpp = XNODE_TO_VNODE(xfsp->root);
vpp 268 xfs/xfs_vfsops-common.c xfs_do_vget(*vpp, LK_EXCLUSIVE, proc);
vpp 283 xfs/xfs_vfsops-common.c if ((error = xfs_make_dead_vnode(mp, vpp)))
vpp 286 xfs/xfs_vfsops-common.c NNPFS_MAKE_VROOT(*vpp);
vpp 50 xfs/xfs_vfsops-openbsd.c xfs_make_dead_vnode(struct mount *mp, struct vnode **vpp)
vpp 55 xfs/xfs_vfsops-openbsd.c return getnewvnode(VT_NON, mp, xfs_dead_vnodeop_p, vpp);
vpp 58 xfs/xfs_vfsops.h struct vnode **vpp,
vpp 65 xfs/xfs_vfsops.h struct vnode **vpp);
vpp 73 xfs/xfs_vfsops.h int xfs_make_dead_vnode(struct mount *mp, struct vnode **vpp);
vpp 705 xfs/xfs_vnodeops-bsd.c struct vnode **vpp = ap->a_vpp;
vpp 708 xfs/xfs_vnodeops-bsd.c vpp,
vpp 714 xfs/xfs_vnodeops-bsd.c error = xfs_lookup_common(dvp, cnp, vpp);
vpp 716 xfs/xfs_vnodeops-bsd.c vput (*vpp);
vpp 1151 xfs/xfs_vnodeops-bsd.c struct vnode ** vpp)
vpp 554 xfs/xfs_vnodeops-common.c struct vnode **vpp)
vpp 570 xfs/xfs_vnodeops-common.c *vpp = NULL;
vpp 579 xfs/xfs_vnodeops-common.c *vpp = dvp;
vpp 580 xfs/xfs_vnodeops-common.c VREF(*vpp);
vpp 596 xfs/xfs_vnodeops-common.c error = xfs_dnlc_lookup(dvp, cnp, vpp);
vpp 914 xfs/xfs_vnodeops-common.c struct vnode **vpp,
vpp 137 xfs/xfs_vnodeops.h struct vnode **vpp);
vpp 193 xfs/xfs_vnodeops.h struct vnode **vpp,