Searched refs:vpp (Results 76 - 100 of 180) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_vnops.c993 struct vnode **vpp = ap->a_vpp; local
1005 *vpp = NULL;
1011 *vpp = dvp;
1039 error = procfs_allocvp(dvp->v_mount, vpp, 0,
1060 error = procfs_allocvp(dvp->v_mount, vpp, vnpid, type, -1, p);
1073 error = procfs_root(dvp->v_mount, vpp);
1118 *vpp = fvp;
1122 error = procfs_allocvp(dvp->v_mount, vpp, pfs->pfs_pid,
1141 error = procfs_allocvp(dvp->v_mount, vpp, pfs->pfs_pid,
1162 *vpp
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_vnops.c394 #define SET_DIROP_CREATE(dvp, vpp) lfs_set_dirop_create((dvp), (vpp))
479 lfs_set_dirop_create(struct vnode *dvp, struct vnode **vpp) argument
488 if (vpp == NULL) {
491 error = getnewvnode(VT_LFS, dvp->v_mount, lfs_vnodeop_p, NULL, vpp);
498 ungetnewvnode(*vpp);
499 *vpp = NULL;
620 struct vnode **vpp = ap->a_vpp; local
636 ap->a_dvp, ulr, vpp, ap->a_cnp);
644 ip = VTOI(*vpp);
802 struct vnode **vpp = NULL; local
809 SET_ENDOP_CREATE(VTOI(ap->a_dvp)->i_lfs, ap->a_dvp, vpp, "link"); local
[all...]
H A Dlfs_vfsops.c1342 lfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
1373 if ((*vpp = ufs_ihashget(dev, ino, LK_EXCLUSIVE)) != NULL)
1378 *vpp = NULL;
1403 *vpp = NULLVP;
1446 *vpp = NULL;
1504 *vpp = vp;
1515 lfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
1551 return (ufs_fhtovp(mp, &lfh.lfid_ufid, vpp));
1944 lfs_vinit(struct mount *mp, struct vnode **vpp) argument
1946 struct vnode *vp = *vpp;
[all...]
H A Dlfs_rfw.c101 struct vnode **vpp)
122 *vpp = vp;
135 *vpp = NULLVP;
202 *vpp = vp;
100 lfs_rf_valloc(struct lfs *fs, ino_t ino, int vers, struct lwp *l, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/fs/tmpfs/
H A Dtmpfs_vnops.c117 * Arguments: dvp (directory being searched), vpp (result),
121 * => We return looked-up vnode (vpp) locked, with a reference held.
131 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; local
141 *vpp = NULL;
163 error = cache_lookup(dvp, vpp, cnp);
197 error = tmpfs_vnode_get(dvp->v_mount, pnode, vpp);
210 *vpp = dvp;
274 action, *vpp, dvp, error);
282 error = tmpfs_vnode_get(dvp->v_mount, tnode, vpp);
289 cache_enter(dvp, *vpp, cn
307 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; local
325 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; local
2067 vnode_t **vpp = ap->a_vpp; local
2171 vnode_t **vpp = ap->a_vpp; local
[all...]
H A Dtmpfs_subr.c256 * => Returns vnode (*vpp) locked.
259 tmpfs_vnode_get(struct mount *mp, tmpfs_node_t *node, vnode_t **vpp) argument
276 *vpp = vp;
330 *vpp = vp;
341 tmpfs_alloc_file(vnode_t *dvp, vnode_t **vpp, struct vattr *vap, argument
350 *vpp = NULL;
377 error = tmpfs_vnode_get(dvp->v_mount, node, vpp);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_dir.c375 zfs_dirlook(znode_t *dzp, char *name, vnode_t **vpp, int flags, argument
383 *vpp = ZTOV(dzp);
384 VN_HOLD(*vpp);
394 "snapshot", vpp, NULL, 0, NULL, kcred,
401 *vpp = ZTOV(zp);
404 *vpp = zfsctl_root(dzp);
414 *vpp = ZTOV(zp);
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c904 msdosfs_root(struct mount *mp, struct vnode **vpp) argument
915 *vpp = DETOV(ndep);
1011 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
1030 *vpp = NULLVP;
1036 *vpp = NULLVP;
1039 *vpp = DETOV(dep);
1070 struct vnode **vpp)
1069 msdosfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_lookup.c1635 * *vpp is locked on exit unless it's NULL.
1638 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, int dummy) argument
1690 *vpp = NULL;
1692 error = VOP_LOOKUP(dvp, vpp, cnp);
1696 if (*vpp != NULL)
1707 if (*vpp && (*vpp)->v_type == VLNK && (cnp->cn_flags & FOLLOW))
1716 if (*vpp) {
1717 vput(*vpp);
1724 *vpp
[all...]
H A Dvfs_vnode.c349 kmutex_t *slock, vnode_t **vpp)
411 *vpp = vp;
1104 vnode_t *vq, **vpp; local
1125 vpp = &specfs_hash[SPECHASH(dev)];
1127 for (vq = *vpp; vq != NULL;) {
1146 vq = *vpp;
348 getnewvnode(enum vtagtype tag, struct mount *mp, int (**vops)(void *), kmutex_t *slock, vnode_t **vpp) argument
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_alloc.c166 struct vnode **vpp)
174 *vpp = NULL;
188 error = VFS_VGET(pvp->v_mount, ino, vpp);
193 ip = VTOI(*vpp);
165 ext2fs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_vfsops.c752 udf_root(struct mount *mp, struct vnode **vpp) argument
773 *vpp = vp;
903 struct vnode **vpp)
916 struct vnode **vpp)
902 udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
915 udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/fs/unionfs/
H A Dunionfs.h124 int unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp);
H A Dunionfs_subr.c70 struct vnode **vpp, struct componentname *cnp)
131 *vpp = vp;
297 * If an error is returned, *vpp will be invalid, otherwise it will hold a
298 * locked, referenced vnode. If *vpp == dvp then remember that only one
302 unionfs_relookup(struct vnode *dvp, struct vnode **vpp, argument
328 if ((error = relookup(dvp, vpp, cn, 0))) {
592 * If an error is returned, *vpp will be invalid, otherwise it will hold a
598 unionfs_vn_create_on_upper(struct vnode **vpp, struct vnode *udvp, argument
656 *vpp = vp;
68 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_vnops.c772 struct vnode **vpp = ap->a_vpp; local
788 *vpp = NULLVP;
806 *vpp = dvp;
820 error = cache_lookup_raw(dvp, vpp, cnp);
821 KASSERT(dvp != *vpp);
828 *vpp = NULLVP;
835 vrele(*vpp);
836 *vpp = NULLVP;
844 vrele(*vpp);
845 *vpp
1483 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/kernfs/
H A Dkernfs_vnops.c576 struct vnode **vpp = ap->a_vpp; local
589 *vpp = NULLVP;
595 *vpp = dvp;
625 error = kernfs_allocvp(dvp->v_mount, vpp, kt->kt_tag, kt, 0);
663 error = kernfs_allocvp(dvp->v_mount, vpp, KFSipsecsa, &ipsecsa_kt, id);
684 error = kernfs_allocvp(dvp->v_mount, vpp, KFSipsecsp, &ipsecsp_kt, id);
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_subr.h70 /* return vpp? */
72 int nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *cnp);
231 int nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *cnp);
H A Dnilfs_vfsops.c1003 nilfs_root(struct mount *mp, struct vnode **vpp) argument
1013 *vpp = node->vnode;
1067 struct vnode **vpp)
1080 struct vnode **vpp)
1066 nilfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
1079 nilfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota1.c307 struct vnode *vp, **vpp, *mvp; local
325 vpp = &ump->um_quotas[type];
344 if (*vpp != vp)
353 *vpp = vp;
/netbsd-6-1-5-RELEASE/sys/fs/ptyfs/
H A Dptyfs_vnops.c576 struct vnode **vpp = ap->a_vpp; local
582 *vpp = NULL;
588 *vpp = dvp;
607 error = ptyfs_allocvp(dvp->v_mount, vpp, PTYFSpts, pty,
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vfsops.c460 puffs_vfsop_root(struct mount *mp, struct vnode **vpp) argument
465 rv = puffs_cookie2vnode(pmp, pmp->pmp_root_cookie, 1, 1, vpp);
621 puffs_vfsop_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
674 *vpp = vp;
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_vfsops.c1761 ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
1775 if ((*vpp = ufs_ihashget(dev, ino, LK_EXCLUSIVE)) != NULL)
1781 *vpp = NULL;
1846 *vpp = NULL;
1882 *vpp = vp;
1897 ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
1910 return (ufs_fhtovp(mp, &ufh, vpp));
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvar.c70 register struct tbl *vp, **vpp = l->vars.tbls, *vq; local
75 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
875 register struct tbl *vp, **vpp; local
880 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; )
881 if ((vp = *vpp++) != NULL
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dzfs_context.h377 extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
379 extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
/netbsd-6-1-5-RELEASE/sys/dev/
H A Ddksubr.c619 * set *vpp to the file's vnode.
622 dk_lookup(struct pathbuf *pb, struct lwp *l, struct vnode **vpp) argument
655 *vpp = vp;

Completed in 255 milliseconds

12345678