Lines Matching refs:vpp
64 static int msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp,
112 msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp, in msdosfs_lookup_() argument
155 if (vpp != NULL) in msdosfs_lookup_()
156 *vpp = NULL; in msdosfs_lookup_()
420 cache_enter(vdp, *vpp, cnp); in msdosfs_lookup_()
497 *vpp = vdp; in msdosfs_lookup_()
503 *vpp = DETOV(tdp); in msdosfs_lookup_()
530 *vpp = DETOV(tdp); in msdosfs_lookup_()
551 &dd_arg, cnp->cn_lkflags, vpp); in msdosfs_lookup_()
553 *vpp = NULL; in msdosfs_lookup_()
562 vput(*vpp); in msdosfs_lookup_()
563 *vpp = NULL; in msdosfs_lookup_()
566 if (VTODE(*vpp)->de_inode != inode1) { in msdosfs_lookup_()
567 vput(*vpp); in msdosfs_lookup_()
572 *vpp = vdp; in msdosfs_lookup_()
576 *vpp = DETOV(tdp); in msdosfs_lookup_()
583 cache_enter(vdp, *vpp, cnp); in msdosfs_lookup_()