Home
last modified time | relevance | path

Searched refs:vpp (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c184 *vpp = NULL; in sfs_vgetx()
194 *vpp = NULL; in sfs_vgetx()
207 *vpp = vp; in sfs_vgetx()
648 *vpp = dvp; in zfsctl_root_lookup()
658 *vpp = NULL; in zfsctl_root_lookup()
862 vput(*vpp); in zfsctl_mounted_here()
927 *vpp = dvp; in zfsctl_snapdir_lookup()
932 vpp); in zfsctl_snapdir_lookup()
972 VI_LOCK(*vpp); in zfsctl_snapdir_lookup()
991 vput(*vpp); in zfsctl_snapdir_lookup()
[all …]
H A Dzfs_vfsops.c1492 *vpp = ZTOV(rootzp); in zfs_root()
1499 VN_RELE(*vpp); in zfs_root()
1500 *vpp = NULL; in zfs_root()
1739 *vpp = ZTOV(zp); in zfs_vget()
1744 vrele(*vpp); in zfs_vget()
1747 *vpp = NULL; in zfs_vget()
1789 *vpp = NULL; in zfs_fhtovp()
1861 *vpp = dvp; in zfs_fhtovp()
1885 *vpp = ZTOV(zp); in zfs_fhtovp()
1887 err = vn_lock(*vpp, flags); in zfs_fhtovp()
[all …]
H A Dzfs_vnops_os.c222 znode_t *zp = VTOZ(*vpp); in zfs_open()
687 *vpp = arg; in zfs_dd_callback()
688 error = vn_lock(*vpp, lkflags); in zfs_dd_callback()
690 vrele(*vpp); in zfs_dd_callback()
809 *vpp = NULL; in zfs_lookup()
833 *vpp = ZTOV(zp); in zfs_lookup()
918 *vpp = ZTOV(zp); in zfs_lookup()
931 *vpp = NULL; in zfs_lookup()
958 *vpp = NULL; in zfs_lookup()
988 cache_enter(dvp, *vpp, cnp); in zfs_lookup()
[all …]
/f-stack/freebsd/kern/
H A Dvfs_hash.c76 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get() argument
98 *vpp = vp; in vfs_hash_get()
103 *vpp = NULL; in vfs_hash_get()
111 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref() argument
128 *vpp = vp; in vfs_hash_ref()
133 *vpp = NULL; in vfs_hash_ref()
150 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert() argument
156 *vpp = NULL; in vfs_hash_insert()
178 *vpp = vp2; in vfs_hash_insert()
H A Dvfs_init.c193 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()
248 vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in vfs_vget_sigdefer() argument
253 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_vget)(mp, ino, flags, vpp); in vfs_vget_sigdefer()
260 struct vnode **vpp) in vfs_fhtovp_sigdefer() argument
265 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_fhtovp)(mp, fidp, flags, vpp); in vfs_fhtovp_sigdefer()
H A Dvnode_if.src64 %% lookup vpp - L -
78 %% cachedlookup vpp - L -
90 %% create vpp - L -
96 OUT struct vnode **vpp;
114 %% mknod vpp - L -
120 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 Dvfs_cache.c1696 *vpp = dvp; in cache_lookup_dot()
1703 vrefact(*vpp); in cache_lookup_dot()
1754 *vpp = NULL; in cache_lookup_dotdot()
1778 vput(*vpp); in cache_lookup_dotdot()
1779 *vpp = NULL; in cache_lookup_dotdot()
1783 *vpp = NULL; in cache_lookup_dotdot()
1893 *vpp = NULL; in cache_lookup_fallback()
1988 *vpp = NULL; in cache_lookup()
1994 *vpp = NULL; in cache_lookup()
1999 *vpp = NULL; in cache_lookup()
[all …]
H A Duipc_mqueue.c744 *vpp = NULL; in mqfs_allocv()
755 *vpp = vd->mv_vnode; in mqfs_allocv()
758 vdrop(*vpp); in mqfs_allocv()
787 *vpp = newvpp; in mqfs_allocv()
790 (*vpp)->v_data = vd; in mqfs_allocv()
791 vd->mv_vnode = *vpp; in mqfs_allocv()
857 vpp = ap->a_vpp; in mqfs_lookupx()
867 *vpp = NULLVP; in mqfs_lookupx()
885 *vpp = dvp; in mqfs_lookupx()
920 if (*vpp == dvp) { in mqfs_lookupx()
[all …]
H A Dvfs_default.c1314 vfs_stdroot (mp, flags, vpp) in vfs_stdroot() argument
1317 struct vnode **vpp;
1401 vfs_stdvget (mp, ino, flags, vpp) in vfs_stdvget() argument
1405 struct vnode **vpp;
1412 vfs_stdfhtovp (mp, fhp, flags, vpp) in vfs_stdfhtovp() argument
1416 struct vnode **vpp;
1601 struct vnode *dvp, *vp, **vpp; in vop_stdvput_pair() local
1604 vpp = ap->a_vpp; in vop_stdvput_pair()
1606 if (vpp != NULL && ap->a_unlock_vp && (vp = *vpp) != NULL) in vop_stdvput_pair()
H A Dkern_descrip.c3014 *vpp = vp; in fgetvp_lookup_smr()
3049 *vpp = vp; in fgetvp_lookup_smr()
3420 struct vnode **vpp) in _fgetvp() argument
3425 *vpp = NULL; in _fgetvp()
3432 *vpp = fp->f_vnode; in _fgetvp()
3433 vrefact(*vpp); in _fgetvp()
3444 return (_fgetvp(td, fd, 0, rightsp, vpp)); in fgetvp()
3468 *vpp = fp->f_vnode; in fgetvp_rights()
3469 vrefact(*vpp); in fgetvp_rights()
3483 return (_fgetvp(td, fd, FREAD, rightsp, vpp)); in fgetvp_read()
[all …]
H A Dvfs_lookup.c1319 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in relookup() argument
1364 *vpp = dp; in relookup()
1380 if ((error = VOP_LOOKUP(dp, vpp, cnp)) != 0) { in relookup()
1381 KASSERT(*vpp == NULL, ("leaf should be empty")); in relookup()
1405 dp = *vpp; in relookup()
1439 *vpp = NULL; in relookup()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot() argument
131 ASSERT_VOP_ELOCKED(*vpp, "mount_snapshot"); in mount_snapshot()
133 vp = *vpp; in mount_snapshot()
134 *vpp = NULL; in mount_snapshot()
259 *vpp = mvp; in mount_snapshot()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dtwl6030.dtsi44 vpp: regulator-vpp { label
45 compatible = "ti,twl6030-vpp";
H A Datlas7-evb.dts80 vpp@13110000 {
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dsirf,rstc.txt36 vpp@90020000 {
37 compatible = "sirf,prima2-vpp";
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dcsr,atlas7-car.txt49 vpp@13110000 {
50 compatible = "sirf,prima2-vpp";
H A Dprima2-clock.txt50 vpp 35
/f-stack/freebsd/sys/
H A Dfile.h274 struct vnode **vpp);
276 struct vnode **vpp);
278 struct filecaps *havecaps, struct vnode **vpp);
280 struct vnode **vpp);
282 struct vnode **vpp);
283 int fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch);
H A Dvnode.h644 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
673 struct vnode **vpp);
819 int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
1055 struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
1058 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
1060 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
H A Dnamei.h297 int relookup(struct vnode *dvp, struct vnode **vpp,
H A Dmount.h757 typedef int vfs_root_t(struct mount *mp, int flags, struct vnode **vpp);
762 struct vnode **vpp);
764 int flags, struct vnode **vpp);
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst247 vpp# create interface memif id 0 server no-zero-copy
248 vpp# set interface state memif0/0 up
249 vpp# set interface ip address memif0/0 192.168.1.1/24
253 vpp# show memif
256 0 yes (1) /run/vpp/memif.sock
261 #./dpdk-testpmd --vdev=net_memif,socket=/run/vpp/memif.sock -- -i
271 vpp# ping 192.168.1.2
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h105 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dtwl-regulator.txt10 - "ti,twl6030-vpp" for VPP LDO
/f-stack/freebsd/vm/
H A Dvm_object.h382 int vm_object_kvme_type(vm_object_t object, struct vnode **vpp);

12