Lines Matching +full:4 +full:vpp
261 * - Set 4: Removing Directory Entries (aka making nodes Zombies)
319 sdev_open(struct vnode **vpp, int flag, struct cred *cred, caller_context_t *ct) in sdev_open() argument
321 struct sdev_node *dv = VTOSDEV(*vpp); in sdev_open()
325 if ((*vpp)->v_type == VDIR) in sdev_open()
331 if ((*vpp)->v_type == VLNK) in sdev_open()
333 ASSERT((*vpp)->v_type == VREG); in sdev_open()
334 if ((*vpp)->v_type != VREG) in sdev_open()
618 sdev_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, in sdev_lookup() argument
633 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_lookup()
634 return (devname_lookup_func(parent, nm, vpp, cred, NULL, 0)); in sdev_lookup()
640 int mode, struct vnode **vpp, struct cred *cred, int flag, in sdev_create() argument
670 error = prof_lookup(dvp, nm, vpp, cred); in sdev_create()
686 } else if (((*vpp)->v_type == VDIR) && in sdev_create()
692 VN_RELE(*vpp); in sdev_create()
740 *vpp = vp; in sdev_create()
788 error = sdev_to_vp(self, vpp); in sdev_create()
1232 sdev_mkdir(struct vnode *dvp, char *nm, struct vattr *va, struct vnode **vpp, in sdev_mkdir() argument
1250 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_mkdir()
1298 *vpp = SDEVTOV(self); in sdev_mkdir()