| /freebsd-14.2/sys/fs/fuse/ |
| H A D | fuse_node.c | 205 struct vnode **vpp) in fuse_vnode_alloc() argument 216 *vpp = NULL; in fuse_vnode_alloc() 222 if (*vpp) { in fuse_vnode_alloc() 241 vgone(*vpp); in fuse_vnode_alloc() 260 err = insmntque(*vpp, mp); in fuse_vnode_alloc() 265 *vpp = NULL; in fuse_vnode_alloc() 270 VN_LOCK_ASHARE(*vpp); in fuse_vnode_alloc() 278 *vpp = NULL; in fuse_vnode_alloc() 282 *vpp = vp2; in fuse_vnode_alloc() 296 struct vnode **vpp, in fuse_vnode_get() argument [all …]
|
| H A D | fuse_vfsops.c | 268 struct vnode **vpp) in fuse_vfsop_fhtovp() argument 280 *vpp = NULLVP; in fuse_vfsop_fhtovp() 286 *vpp = NULLVP; in fuse_vfsop_fhtovp() 289 *vpp = nvp; in fuse_vfsop_fhtovp() 582 fvdat = VTOFUD(*vpp); in fuse_vfsop_vget() 608 *vpp = data->vroot; in fuse_vfsop_root() 618 data->vroot = *vpp; in fuse_vfsop_root() 620 vref(*vpp); in fuse_vfsop_root() 625 vput(*vpp); in fuse_vfsop_root() 626 vrecycle(*vpp); in fuse_vfsop_root() [all …]
|
| H A D | fuse_internal.c | 125 struct vnode **vpp) in fuse_internal_get_cached_vnode() argument 132 *vpp = NULL; in fuse_internal_get_cached_vnode() 134 error = vfs_hash_get(mp, fuse_vnode_hash(nodeid), flags, td, vpp, in fuse_internal_get_cached_vnode() 143 if (*vpp != NULL) { in fuse_internal_get_cached_vnode() 151 cache_purge(*vpp); in fuse_internal_get_cached_vnode() 152 vput(*vpp); in fuse_internal_get_cached_vnode() 153 *vpp = NULL; in fuse_internal_get_cached_vnode() 527 fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp, in fuse_internal_mknod() argument 791 struct vnode **vpp, in fuse_internal_newentry_core() argument 821 fuse_internal_cache_attrs(*vpp, &feo->attr, feo->attr_valid, in fuse_internal_newentry_core() [all …]
|
| H A D | fuse_vnops.c | 997 struct vnode **vpp = ap->a_vpp; in fuse_vnop_create() local 1454 *vpp = NULL; in fuse_vnop_lookup() 1503 cache_purge(*vpp); in fuse_vnop_lookup() 1504 if (dvp != *vpp) in fuse_vnop_lookup() 1505 vput(*vpp); in fuse_vnop_lookup() 1507 vrele(*vpp); in fuse_vnop_lookup() 1508 *vpp = NULL; in fuse_vnop_lookup() 1593 *vpp = vp; in fuse_vnop_lookup() 1597 *vpp = dvp; in fuse_vnop_lookup() 1613 *vpp = vp; in fuse_vnop_lookup() [all …]
|
| /freebsd-14.2/bin/sh/ |
| H A D | var.c | 169 *vpp = vp; in initvar() 179 *vpp = &vps1; in initvar() 387 *vpp = vp; in setvareq() 557 for (vpp = vartab ; vpp < vartab + VTABSIZE ; vpp++) { in environment() 563 for (vpp = vartab ; vpp < vartab + VTABSIZE ; vpp++) { in environment() 607 for (vpp = vartab; vpp < vartab + VTABSIZE; vpp++) { in showvarscmd() 617 for (vpp = vartab; vpp < vartab + VTABSIZE; vpp++) { in showvarscmd() 693 for (vpp = vartab ; vpp < vartab + VTABSIZE ; vpp++) { in exportcmd() 957 *vppp = vpp; in find_var() 959 for (vp = *vpp ; vp ; vpp = &vp->next, vp = *vpp) { in find_var() [all …]
|
| /freebsd-14.2/sys/fs/pseudofs/ |
| H A D | pseudofs_vncache.c | 141 *vpp = vp; in pfs_vncache_alloc() 168 (*vpp)->v_data = pvd; in pfs_vncache_alloc() 180 (*vpp)->v_type = VDIR; in pfs_vncache_alloc() 183 (*vpp)->v_type = VREG; in pfs_vncache_alloc() 186 (*vpp)->v_type = VLNK; in pfs_vncache_alloc() 199 pvd->pvd_vnode = *vpp; in pfs_vncache_alloc() 201 VN_LOCK_AREC(*vpp); in pfs_vncache_alloc() 205 *vpp = NULLVP; in pfs_vncache_alloc() 224 vgone(*vpp); in pfs_vncache_alloc() 225 vput(*vpp); in pfs_vncache_alloc() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 184 *vpp = NULL; in sfs_vgetx() 194 *vpp = NULL; in sfs_vgetx() 211 *vpp = vp; in sfs_vgetx() 652 *vpp = dvp; in zfsctl_root_lookup() 662 *vpp = NULL; in zfsctl_root_lookup() 886 vput(*vpp); in zfsctl_mounted_here() 951 *vpp = dvp; in zfsctl_snapdir_lookup() 956 vpp); in zfsctl_snapdir_lookup() 996 VI_LOCK(*vpp); in zfsctl_snapdir_lookup() 1016 vput(*vpp); in zfsctl_snapdir_lookup() [all …]
|
| /freebsd-14.2/sys/fs/smbfs/ |
| H A D | smbfs_node.c | 127 *vpp = vp; in smbfs_node_alloc() 139 vpp, smbfs_vnode_cmp, &sc); in smbfs_node_alloc() 142 if (*vpp) { in smbfs_node_alloc() 143 np = VTOSMB(*vpp); in smbfs_node_alloc() 152 if (((*vpp)->v_type == VDIR && in smbfs_node_alloc() 154 ((*vpp)->v_type == VREG && in smbfs_node_alloc() 156 vgone(*vpp); in smbfs_node_alloc() 157 vput(*vpp); in smbfs_node_alloc() 174 vp = *vpp; in smbfs_node_alloc() 224 *vpp = vp2; in smbfs_node_alloc() [all …]
|
| H A D | smbfs_vnops.c | 507 *vpp = NULL; in smbfs_create() 524 *vpp = vp; in smbfs_create() 1090 vp = *vpp; in smbfs_lookup() 1123 *vpp = NULLVP; in smbfs_lookup() 1129 *vpp = NULLVP; in smbfs_lookup() 1177 *vpp = dvp; in smbfs_lookup() 1183 *vpp = vp; in smbfs_lookup() 1197 *vpp = vp; in smbfs_lookup() 1230 *vpp = vp; in smbfs_lookup() 1233 *vpp = dvp; in smbfs_lookup() [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_hash.c | 74 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get() argument 102 *vpp = vp; in vfs_hash_get() 107 *vpp = NULL; in vfs_hash_get() 115 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref() argument 132 *vpp = vp; in vfs_hash_ref() 137 *vpp = NULL; in vfs_hash_ref() 154 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert() argument 160 *vpp = NULL; in vfs_hash_insert() 182 *vpp = vp2; in vfs_hash_insert()
|
| H A D | vnode_if.src | 63 %% lookup vpp - L - 77 %% cachedlookup vpp - L - 89 %% create vpp - L - 95 OUT struct vnode **vpp; 113 %% mknod vpp - L - 119 OUT struct vnode **vpp; 346 %% mkdir vpp - E - 353 OUT struct vnode **vpp; 372 %% symlink vpp - E - 378 OUT struct vnode **vpp; [all …]
|
| H A D | vfs_init.c | 193 vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_root_sigdefer() argument 198 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_root)(mp, flags, vpp); in vfs_root_sigdefer() 204 vfs_cachedroot_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_cachedroot_sigdefer() argument 209 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_cachedroot)(mp, flags, vpp); in vfs_cachedroot_sigdefer() 250 vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in vfs_vget_sigdefer() argument 255 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_vget)(mp, ino, flags, vpp); in vfs_vget_sigdefer() 262 struct vnode **vpp) in vfs_fhtovp_sigdefer() argument 267 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_fhtovp)(mp, fidp, flags, vpp); in vfs_fhtovp_sigdefer()
|
| /freebsd-14.2/sys/fs/msdosfs/ |
| H A D | msdosfs_lookup.c | 80 *vpp = NULL; in msdosfs_lookup_checker() 84 *vpp = vp; in msdosfs_lookup_checker() 178 if (vpp != NULL) in msdosfs_lookup_ino() 179 *vpp = NULL; in msdosfs_lookup_ino() 519 *vpp = vdp; in msdosfs_lookup_ino() 576 *vpp = NULL; in msdosfs_lookup_ino() 585 vput(*vpp); in msdosfs_lookup_ino() 586 *vpp = NULL; in msdosfs_lookup_ino() 593 vput(*vpp); in msdosfs_lookup_ino() 596 error = msdosfs_lookup_checker(pmp, vdp, VTODE(*vpp), vpp); in msdosfs_lookup_ino() [all …]
|
| /freebsd-14.2/sys/fs/cd9660/ |
| H A D | cd9660_lookup.c | 61 struct vnode **vpp) in cd9660_ino_alloc() argument 66 return (cd9660_vget_internal(mp, dd_arg->i_ino, lkflags, vpp, in cd9660_ino_alloc() 130 struct vnode **vpp = ap->a_vpp; in cd9660_lookup() local 137 *vpp = NULL; in cd9660_lookup() 327 cache_enter(vdp, *vpp, cnp); in cd9660_lookup() 391 *vpp = tdp; in cd9660_lookup() 405 *vpp = vdp; in cd9660_lookup() 413 *vpp = tdp; in cd9660_lookup() 420 cache_enter(vdp, *vpp, cnp); in cd9660_lookup()
|
| H A D | cd9660_vfsops.c | 572 return (cd9660_vget_internal(mp, ino, flags, vpp, in cd9660_root() 623 *vpp = NULLVP; in cd9660_fhtovp() 629 *vpp = NULLVP; in cd9660_fhtovp() 632 *vpp = nvp; in cd9660_fhtovp() 633 vnode_create_vobject(*vpp, ip->i_size, curthread); in cd9660_fhtovp() 652 return (cd9660_vget_internal(mp, ino, flags, vpp, in cd9660_vget() 687 if (error || *vpp != NULL) in cd9660_vget_internal() 710 *vpp = NULLVP; in cd9660_vget_internal() 723 *vpp = NULLVP; in cd9660_vget_internal() 728 if (error || *vpp != NULL) in cd9660_vget_internal() [all …]
|
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 303 nullfs_root(struct mount *mp, int flags, struct vnode **vpp) in nullfs_root() argument 317 *vpp = vp; in nullfs_root() 400 nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in nullfs_vget() argument 407 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp); in nullfs_vget() 410 return (null_nodeget(mp, *vpp, vpp)); in nullfs_vget() 414 nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp) in nullfs_fhtovp() argument 419 vpp); in nullfs_fhtovp() 422 return (null_nodeget(mp, *vpp, vpp)); in nullfs_fhtovp()
|
| H A D | null_subr.c | 191 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget() argument 201 *vpp = null_hashget(mp, lowervp); in null_nodeget() 202 if (*vpp != NULL) { in null_nodeget() 232 *vpp = null_hashget_locked(mp, lowervp); in null_nodeget() 233 if (*vpp != NULL) { in null_nodeget() 265 *vpp = vp; in null_nodeget()
|
| /freebsd-14.2/sys/fs/udf/ |
| H A D | udf_vfsops.c | 546 udf_root(struct mount *mp, int flags, struct vnode **vpp) in udf_root() argument 555 return (udf_vget(mp, id, flags, vpp)); in udf_root() 588 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL); in udf_vget() 589 if (error || *vpp != NULL) in udf_vget() 630 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL); in udf_vget() 631 if (error || *vpp != NULL) in udf_vget() 714 *vpp = vp; in udf_vget() 722 *vpp = NULL; in udf_vget() 738 *vpp = NULLVP; in udf_fhtovp() 745 *vpp = nvp; in udf_fhtovp() [all …]
|
| /freebsd-14.2/sys/fs/autofs/ |
| H A D | autofs_vnops.c | 201 struct vnode **vpp) in autofs_vget_callback() argument 204 return (autofs_node_vn(arg, mp, flags, vpp)); in autofs_vget_callback() 210 struct vnode *dvp, *newvp, **vpp; in autofs_lookup() local 218 vpp = ap->a_vpp; in autofs_lookup() 234 anp->an_parent, cnp->cn_lkflags, vpp); in autofs_lookup() 245 *vpp = dvp; in autofs_lookup() 285 error = autofs_node_vn(child, mp, cnp->cn_lkflags, vpp); in autofs_lookup() 645 struct vnode **vpp) in autofs_node_vn() argument 673 *vpp = vp; in autofs_node_vn() 706 *vpp = vp; in autofs_node_vn()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot() argument 130 ASSERT_VOP_ELOCKED(*vpp, "mount_snapshot"); in mount_snapshot() 132 vp = *vpp; in mount_snapshot() 133 *vpp = NULL; in mount_snapshot() 260 *vpp = mvp; in mount_snapshot()
|
| /freebsd-14.2/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 142 struct vnode **vpp) in fdesc_allocvp() argument 172 *vpp = vp; in fdesc_allocvp() 201 *vpp = NULLVP; in fdesc_allocvp() 216 *vpp = NULLVP; in fdesc_allocvp() 233 *vpp = vp2; in fdesc_allocvp() 242 *vpp = vp; in fdesc_allocvp() 286 struct vnode **vpp = ap->a_vpp; in fdesc_lookup() local 305 *vpp = dvp; in fdesc_lookup() 374 *vpp = fvp; in fdesc_lookup() 378 *vpp = NULL; in fdesc_lookup()
|
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 1217 *vpp = NULL; in ext2_vget() 1232 *vpp = NULL; in ext2_vget() 1250 *vpp = NULL; in ext2_vget() 1259 *vpp = NULL; in ext2_vget() 1288 *vpp = NULL; in ext2_vget() 1299 *vpp = NULL; in ext2_vget() 1308 *vpp = vp; in ext2_vget() 1339 *vpp = NULLVP; in ext2_fhtovp() 1346 *vpp = NULLVP; in ext2_fhtovp() 1349 *vpp = nvp; in ext2_fhtovp() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | twl6030.dtsi | 44 vpp: regulator-vpp { label 45 compatible = "ti,twl6030-vpp";
|
| /freebsd-14.2/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 1099 tarfs_root(struct mount *mp, int flags, struct vnode **vpp) in tarfs_root() argument 1111 *vpp = nvp; in tarfs_root() 1154 error = vfs_hash_get(mp, ino, lkflags, td, vpp, NULL, NULL); in tarfs_vget() 1158 if (*vpp != NULL) { in tarfs_vget() 1171 *vpp = tmp->znode; in tarfs_vget() 1196 if (error != 0 || *vpp != NULL) in tarfs_vget() 1200 *vpp = vp; in tarfs_vget() 1204 *vpp = NULLVP; in tarfs_vget() 1223 *vpp = NULLVP; in tarfs_fhtovp() 1231 *vpp = NULLVP; in tarfs_fhtovp() [all …]
|
| H A D | tarfs_vnops.c | 225 struct vnode *dvp, **vpp; in tarfs_lookup() local 232 vpp = ap->a_vpp; in tarfs_lookup() 235 *vpp = NULLVP; in tarfs_lookup() 256 vpp); in tarfs_lookup() 261 *vpp = dvp; in tarfs_lookup() 271 *vpp = vp; in tarfs_lookup() 287 error = VFS_VGET(tmp->vfs, tnp->ino, cnp->cn_lkflags, vpp); in tarfs_lookup() 294 tnp = VP_TO_TARFS_NODE(*vpp); in tarfs_lookup() 296 *vpp, tnp); in tarfs_lookup() 301 cache_enter(dvp, *vpp, cnp); in tarfs_lookup()
|