Searched refs:vpp (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-10-stable/bin/sh/
H A Dvar.c158 struct var **vpp; local
162 if (find_var(ip->text, &vpp, &vp->name_len) != NULL)
164 vp->next = *vpp;
165 *vpp = vp;
173 if (find_var("PS1", &vpp, &vps1.name_len) == NULL) {
174 vps1.next = *vpp;
175 *vpp = &vps1;
319 struct var *vp, **vpp; local
326 vp = find_var(s, &vpp, &nlen);
380 vp->next = *vpp;
543 struct var **vpp; local
588 struct var **vpp; local
644 struct var **vpp; local
745 struct var **vpp; local
866 struct var **vpp; local
924 struct var *vp, **vpp; local
[all...]
/freebsd-10-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c113 pfs_vncache_alloc(struct mount *mp, struct vnode **vpp, argument
134 *vpp = vp;
155 error = getnewvnode("pseudofs", mp, &pfs_vnodeops, vpp);
162 (*vpp)->v_data = pvd;
165 (*vpp)->v_vflag = VV_ROOT;
174 (*vpp)->v_type = VDIR;
177 (*vpp)->v_type = VREG;
180 (*vpp)->v_type = VLNK;
192 (*vpp)->v_vflag |= VV_PROCDEP;
193 pvd->pvd_vnode = *vpp;
[all...]
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_node.c177 struct vnode **vpp)
188 *vpp = NULL;
189 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp,
194 if (*vpp) {
195 MPASS((*vpp)->v_type == vtyp && (*vpp)->v_data != NULL);
200 err = getnewvnode("fuse", mp, &fuse_vnops, vpp);
205 lockmgr((*vpp)->v_vnlock, LK_EXCLUSIVE, NULL);
206 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp);
207 err = insmntque(*vpp, m
173 fuse_vnode_alloc(struct mount *mp, struct thread *td, uint64_t nodeid, enum vtype vtyp, struct vnode **vpp) argument
229 fuse_vnode_get(struct mount *mp, uint64_t nodeid, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum vtype vtyp) argument
[all...]
H A Dfuse_vfsops.c439 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) argument
447 *vpp = data->vroot;
449 err = fuse_vnode_get(mp, FUSE_ROOT_ID, NULL, vpp, NULL, VDIR);
452 MPASS(data->vroot == NULL || data->vroot == *vpp);
455 data->vroot = *vpp;
457 vref(*vpp);
458 } else if (data->vroot != *vpp) {
461 VOP_UNLOCK(*vpp, 0);
462 vrele(*vpp);
463 vrecycle(*vpp);
[all...]
H A Dfuse_node.h117 struct vnode **vpp,
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_vfsops.c69 ufs_root(mp, flags, vpp)
72 struct vnode **vpp;
80 *vpp = nvp;
219 ufs_fhtovp(mp, ufhp, flags, vpp)
223 struct vnode **vpp;
231 *vpp = NULLVP;
238 *vpp = NULLVP;
241 *vpp = nvp;
242 vnode_create_vobject(*vpp, DIP(ip, i_size), curthread);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c125 uint64_t id, struct vnode **vpp)
132 err = vfs_hash_get(mp, (u_int)id, flags, curthread, vpp,
139 uint64_t id, struct vnode **vpp)
144 err = vfs_hash_insert(vp, (u_int)id, flags, curthread, vpp,
161 struct vnode **vpp)
166 error = sfs_vnode_get(mp, flags, parent_id, id, vpp);
167 if (error != 0 || *vpp != NULL) {
168 KASSERT_IMPLY(error == 0, (*vpp)->v_data != NULL,
176 *vpp = NULL;
186 *vpp
124 sfs_vnode_get(const struct mount *mp, int flags, uint64_t parent_id, uint64_t id, struct vnode **vpp) argument
138 sfs_vnode_insert(struct vnode *vp, int flags, uint64_t parent_id, uint64_t id, struct vnode **vpp) argument
158 sfs_vgetx(struct mount *mp, int flags, uint64_t parent_id, uint64_t id, const char *tag, struct vop_vector *vops, sfs_vnode_setup_fn setup, void *arg, struct vnode **vpp) argument
381 zfsctl_fs_root_vnode(struct mount *mp, void *arg __unused, int flags, struct vnode **vpp) argument
399 zfsctl_root_vnode(struct mount *mp, void *arg __unused, int flags, struct vnode **vpp) argument
412 zfsctl_snapdir_vnode(struct mount *mp, void *arg __unused, int flags, struct vnode **vpp) argument
429 zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp) argument
629 vnode_t **vpp = ap->a_vpp; local
864 zfsctl_mounted_here(vnode_t **vpp, int flags) argument
925 vnode_t **vpp = ap->a_vpp; local
[all...]
/freebsd-10-stable/sys/fs/nullfs/
H A Dnull_vfsops.c265 nullfs_root(mp, flags, vpp)
268 struct vnode **vpp;
284 *vpp = vp;
342 nullfs_vget(mp, ino, flags, vpp)
346 struct vnode **vpp;
353 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp);
356 return (null_nodeget(mp, *vpp, vpp));
360 nullfs_fhtovp(mp, fidp, flags, vpp)
364 struct vnode **vpp;
[all...]
H A Dnull_subr.c198 null_nodeget(mp, lowervp, vpp)
201 struct vnode **vpp;
211 *vpp = null_hashget(mp, lowervp);
212 if (*vpp != NULL) {
261 *vpp = null_hashins(mp, xp);
262 if (*vpp != NULL) {
267 *vpp = vp;
H A Dnull.h68 int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
/freebsd-10-stable/sys/kern/
H A Dvfs_hash.c73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
94 *vpp = vp;
99 *vpp = NULL;
107 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
124 *vpp = vp;
129 *vpp = NULL;
146 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
151 *vpp = NULL;
172 *vpp = vp2;
72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
106 vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
145 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
H A Dvfs_cache.c456 * succeeds, the vnode is returned in *vpp, and a status of -1 is
463 * vpp is locked and ref'd on return. If we're looking up DOTDOT, dvp is
469 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, argument
489 *vpp = dvp;
493 SDT_PROBE3(vfs, namecache, lookup, hit, dvp, ".", *vpp);
518 *vpp = ncp->nc_vp;
520 *vpp = ncp->nc_dvp;
522 if (*vpp == NULL)
525 dvp, cnp->cn_nameptr, *vpp);
527 *vpp);
1040 struct vnode **vpp = ap->a_vpp; local
[all...]
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_node.c103 struct smbfattr *fap, struct vnode **vpp)
127 *vpp = vp;
139 vpp, smbfs_vnode_cmp, &sc);
142 if (*vpp) {
143 np = VTOSMB(*vpp);
145 (void)VOP_GETATTR(*vpp, &vattr, td->td_ucred);
152 if (((*vpp)->v_type == VDIR &&
154 ((*vpp)->v_type == VREG &&
156 vgone(*vpp);
157 vput(*vpp);
101 smbfs_node_alloc(struct mount *mp, struct vnode *dvp, const char *dirnm, int dirlen, const char *name, int nmlen, char sep, struct smbfattr *fap, struct vnode **vpp) argument
228 smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen, struct smbfattr *fap, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c61 struct vnode **vpp)
66 return (cd9660_vget_internal(mp, dd_arg->i_ino, lkflags, vpp,
135 struct vnode **vpp = ap->a_vpp; local
142 *vpp = NULL;
332 cache_enter(vdp, *vpp, cnp);
396 *vpp = tdp;
410 *vpp = vdp;
418 *vpp = tdp;
425 cache_enter(vdp, *vpp, cnp);
60 cd9660_ino_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp) argument
H A Dcd9660_vfsops.c541 cd9660_root(mp, flags, vpp)
544 struct vnode **vpp;
555 return (cd9660_vget_internal(mp, ino, flags, vpp,
593 cd9660_fhtovp(mp, fhp, flags, vpp)
597 struct vnode **vpp;
612 *vpp = NULLVP;
618 *vpp = NULLVP;
621 *vpp = nvp;
622 vnode_create_vobject(*vpp, ip->i_size, curthread);
627 cd9660_vget(mp, ino, flags, vpp)
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dtwl6030.dtsi47 vpp: regulator-vpp {
48 compatible = "ti,twl6030-vpp";
/freebsd-10-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c149 fdesc_allocvp(ftype, fd_fd, ix, mp, vpp)
154 struct vnode **vpp;
185 *vpp = vp;
206 *vpp = NULLVP;
221 *vpp = NULLVP;
238 *vpp = vp2;
246 *vpp = vp;
284 struct vnode **vpp = ap->a_vpp; local
303 *vpp = dvp;
374 *vpp
[all...]
H A Dfdesc_vfsops.c165 fdesc_root(mp, flags, vpp)
168 struct vnode **vpp;
177 *vpp = vp;
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c115 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, argument
124 ASSERT_VOP_ELOCKED(*vpp, "mount_snapshot");
126 vp = *vpp;
127 *vpp = NULL;
246 *vpp = mvp;
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h159 vnode_t **vpp, enum create crwhy, mode_t umask, struct vnode *startvp,
201 *vpp = nd.ni_vp;
208 vnode_t **vpp, enum create crwhy, mode_t umask)
211 return (vn_openat(pnamep, seg, filemode, createmode, vpp, crwhy,
214 #define vn_open(pnamep, seg, filemode, createmode, vpp, crwhy, umask) \
215 zfs_vn_open((pnamep), (seg), (filemode), (createmode), (vpp), (crwhy), (umask))
158 vn_openat(char *pnamep, enum uio_seg seg, int filemode, int createmode, vnode_t **vpp, enum create crwhy, mode_t umask, struct vnode *startvp, int fd) argument
207 zfs_vn_open(char *pnamep, enum uio_seg seg, int filemode, int createmode, vnode_t **vpp, enum create crwhy, mode_t umask) argument
/freebsd-10-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c64 static int msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp,
112 msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp, argument
155 if (vpp != NULL)
156 *vpp = NULL;
420 cache_enter(vdp, *vpp, cnp);
497 *vpp = vdp;
503 *vpp = DETOV(tdp);
530 *vpp = DETOV(tdp);
551 &dd_arg, cnp->cn_lkflags, vpp);
553 *vpp
[all...]
/freebsd-10-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c902 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
914 error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL);
915 if (error || *vpp != NULL)
923 *vpp = NULL;
937 *vpp = NULL;
940 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL);
941 if (error || *vpp != NULL)
955 *vpp = NULL;
990 *vpp = NULL;
1007 *vpp
1022 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
1108 ext2_root(struct mount *mp, int flags, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c79 tmpfs_lookup1(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
87 *vpp = NULLVP;
109 pnode, cnp->cn_lkflags, vpp);
115 *vpp = dvp;
185 cnp->cn_lkflags, vpp);
191 cnp->cn_thread) && VOP_ACCESS(*vpp, VADMIN,
194 vput(*vpp);
195 *vpp = NULL;
201 cnp->cn_lkflags, vpp);
214 cache_enter(dvp, *vpp, cn
244 struct vnode **vpp = v->a_vpp; local
261 struct vnode **vpp = v->a_vpp; local
1061 struct vnode **vpp = v->a_vpp; local
1167 struct vnode **vpp = v->a_vpp; local
[all...]
/freebsd-10-stable/sys/fs/autofs/
H A Dautofs_vnops.c202 struct vnode **vpp)
206 return (autofs_node_vn(arg, mp, flags, vpp));
212 struct vnode *dvp, *newvp, **vpp; local
220 vpp = ap->a_vpp;
236 anp->an_parent, cnp->cn_lkflags, vpp);
247 *vpp = dvp;
297 error = autofs_node_vn(child, mp, cnp->cn_lkflags, vpp);
589 struct vnode **vpp)
617 *vpp = vp;
654 *vpp
201 autofs_vget_callback(struct mount *mp, void *arg, int flags, struct vnode **vpp) argument
588 autofs_node_vn(struct autofs_node *anp, struct mount *mp, int flags, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/sys/fs/udf/
H A Dudf_vfsops.c558 udf_root(struct mount *mp, int flags, struct vnode **vpp) argument
567 return (udf_vget(mp, id, flags, vpp));
588 udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
599 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);
600 if (error || *vpp != NULL)
641 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL);
642 if (error || *vpp != NULL)
655 *vpp = NULL;
665 *vpp = NULL;
675 *vpp
724 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
[all...]

Completed in 371 milliseconds

12345