Searched refs:vpp (Results 26 - 50 of 103) sorted by relevance

12345

/freebsd-12-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c158 fdesc_root(struct mount *mp, int flags, struct vnode **vpp) argument
167 *vpp = vp;
/freebsd-12-stable/sys/fs/unionfs/
H A Dunion.h111 int unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td);
122 int unionfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct componentname *cn, struct thread *td, char *path, int pathlen, u_long nameiop);
H A Dunion_vfsops.c357 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
372 *vpp = vp;
455 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
462 struct vnode **vpp)
461 unionfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp) argument
H A Dunion_subr.c211 struct vnode **vpp, struct componentname *cnp,
225 *vpp = NULLVP;
241 *vpp = vp;
299 *vpp = unionfs_ins_cached_vnode(unp, dvp, path);
300 if ((*vpp) != NULLVP) {
312 vp = *vpp;
315 *vpp = vp;
519 * If an error is returned, *vpp will be invalid, otherwise it will hold a
520 * locked, referenced vnode. If *vpp == dvp then remember that only one
524 unionfs_relookup(struct vnode *dvp, struct vnode **vpp, argument
209 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td) argument
893 unionfs_vn_create_on_upper(struct vnode **vpp, struct vnode *udvp, struct unionfs_node *unp, struct vattr *uvap, struct thread *td) argument
[all...]
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h102 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_node.h93 struct smbfattr *fap, struct vnode **vpp);
H A Dsmbfs_vnops.c545 struct vnode **vpp=ap->a_vpp; local
558 *vpp = NULL;
575 *vpp = vp;
1177 struct vnode **vpp = ap->a_vpp; local
1213 error = cache_lookup(dvp, vpp, cnp, NULL, NULL);
1221 vp = *vpp;
1256 *vpp = NULLVP;
1262 *vpp = NULLVP;
1311 *vpp = dvp;
1317 *vpp
[all...]
H A Dsmbfs_vfsops.c315 smbfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
330 *vpp = SMBTOV(smp->sm_root);
331 return vget(*vpp, LK_EXCLUSIVE | LK_RETRY, td);
345 *vpp = vp;
/freebsd-12-stable/usr.sbin/dumpcis/
H A Dcardinfo.h183 int vpp; member in struct:power
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vnops.c615 struct vnode **vpp = ap->a_vpp; local
643 return fuse_internal_mknod(dvp, vpp, cnp, vap);
720 err = fuse_vnode_get(mp, feo, feo->nodeid, dvp, vpp, cnp, vap->va_type);
735 ASSERT_VOP_ELOCKED(*vpp, "fuse_vnop_create");
736 fuse_internal_cache_attrs(*vpp, &feo->attr, feo->attr_valid,
739 fuse_filehandle_init(*vpp, FUFH_RDWR, NULL, td, cred, foo);
740 fuse_vnode_open(*vpp, foo->open_flags, td);
960 fuse_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp) argument
964 return fuse_vnode_get(mp, flaa->feo, flaa->nid, NULL, vpp, flaa->cnp,
984 struct vnode **vpp local
1265 struct vnode **vpp = ap->a_vpp; local
1294 struct vnode **vpp = ap->a_vpp; local
1897 struct vnode **vpp = ap->a_vpp; local
[all...]
H A Dfuse_internal.h246 int fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp,
300 int fuse_internal_newentry(struct vnode *dvp, struct vnode **vpp,
308 int fuse_internal_newentry_core(struct vnode *dvp, struct vnode **vpp,
H A Dfuse_node.h194 uint64_t nodeid, struct vnode *dvp, struct vnode **vpp,
/freebsd-12-stable/sys/sys/
H A Dfile.h270 struct vnode **vpp);
272 struct vnode **vpp);
274 struct filecaps *havecaps, struct vnode **vpp);
276 struct vnode **vpp);
278 struct vnode **vpp);
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_lookup.c134 static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp,
324 ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
351 if (vpp != NULL)
352 *vpp = NULL;
595 *vpp = vdp;
614 *vpp = tdp;
639 *vpp = tdp;
689 *vpp = tdp;
703 *vpp = vdp;
708 *vpp
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c102 static int zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp);
104 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp);
108 static int zfs_fhtovp(vfs_t *vfsp, fid_t *fidp, int flags, vnode_t **vpp);
2046 zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp) argument
2054 *vpp = zfsvfs->z_rootvnode;
2055 if (*vpp != NULL && (((*vpp)->v_iflag & VI_DOOMED) == 0)) {
2056 vrefact(*vpp);
2065 if (*vpp != NULL) {
2066 *vpp
2301 zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp) argument
2356 zfs_fhtovp(vfs_t *vfsp, fid_t *fidp, int flags, vnode_t **vpp) argument
[all...]
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c307 struct vnode *dvp, **vpp; local
321 vpp = ap->a_vpp;
322 *vpp = NULL;
357 *vpp = dvp;
384 *vpp = NTOV(node);
442 *vpp = NTOV(node);
450 vput(*vpp);
451 *vpp = NULL;
463 *vpp = NTOV(node);
470 *vpp
1387 struct vnode **vpp = ap->a_vpp; local
1830 struct vnode **vpp = ap->a_vpp; local
1881 struct vnode **vpp = ap->a_vpp; local
1917 struct vnode **vpp = ap->a_vpp; local
[all...]
/freebsd-12-stable/sys/kern/
H A Duipc_mqueue.c250 static int mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn);
633 mqfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
639 ret = mqfs_allocv(mp, vpp, mqfs->mi_root);
736 mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn) argument
744 *vpp = NULL;
755 *vpp = vd->mv_vnode;
757 error = vget(*vpp, LK_RETRY | LK_EXCLUSIVE, curthread);
758 vdrop(*vpp);
787 *vpp = newvpp;
790 (*vpp)
848 struct vnode *dvp, **vpp; local
[all...]
/freebsd-12-stable/sys/fs/autofs/
H A Dautofs.h140 int flags, struct vnode **vpp);
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c207 devfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
219 *vpp = vp;
H A Ddevfs_vnops.c415 struct vnode **vpp)
454 *vpp = vp;
519 *vpp = vp;
891 struct vnode *dvp, **vpp; local
902 vpp = ap->a_vpp;
911 *vpp = NULLVP;
929 *vpp = dvp;
943 vpp);
1022 if (*vpp == dvp) {
1024 *vpp
414 devfs_allocv(struct devfs_dirent *de, struct mount *mp, int lockmode, struct vnode **vpp) argument
1055 struct vnode *dvp, **vpp; local
[all...]
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c550 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
554 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp);
556 (*vpp)->v_vflag |= VV_ROOT;
562 struct vnode **vpp)
594 error = tmpfs_alloc_vp(mp, node, LK_EXCLUSIVE, vpp);
561 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_lookup.c194 ufs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
222 if (vpp != NULL)
223 *vpp = NULL;
606 *vpp = vdp;
611 *vpp = tdp;
667 *vpp = tdp;
714 *vpp = tdp;
736 *vpp = vdp;
741 *vpp = tdp;
748 cache_enter(vdp, *vpp, cn
[all...]
H A Dufs_vnops.c230 struct vnode **vpp = ap->a_vpp; local
236 ap->a_dvp, vpp, ap->a_cnp, "ufs_mknod");
239 ip = VTOI(*vpp);
253 (*vpp)->v_type = VNON;
255 vgone(*vpp);
256 vput(*vpp);
257 error = VFS_VGET(ap->a_dvp->v_mount, ino, LK_EXCLUSIVE, vpp);
259 *vpp = NULL;
2101 struct vnode *vp, **vpp = ap->a_vpp; local
2106 vpp, a
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1638 ffs_vget(mp, ino, flags, vpp)
1642 struct vnode **vpp;
1644 return (ffs_vgetf(mp, ino, flags, vpp, 0));
1648 ffs_vgetf(mp, ino, flags, vpp, ffs_flags)
1652 struct vnode **vpp;
1662 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);
1663 if (error || *vpp != NULL)
1690 *vpp = NULL;
1720 *vpp = NULL;
1724 error = vfs_hash_insert(vp, ino, flags, curthread, vpp, NUL
[all...]
/freebsd-12-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c436 struct vnode **vpp = va->a_vpp; local
475 *vpp = vn;
557 error = pfs_vncache_alloc(mp, vpp, pn, pid);
565 vput(*vpp);
566 *vpp = NULL;
571 cache_enter(vn, *vpp, cnp);
577 *vpp = NULL;

Completed in 297 milliseconds

12345