Home
last modified time | relevance | path

Searched defs:vpp (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/bin/sh/
H A Dvar.c156 struct var **vpp; in initvar() local
318 struct var *vp, **vpp; in setvareq() local
546 struct var **vpp; in environment() local
591 struct var **vpp; in showvarscmd() local
647 struct var **vpp; in exportcmd() local
748 struct var **vpp; in mklocal() local
881 struct var **vpp; in unsetvar() local
939 struct var *vp, **vpp; in find_var() local
/freebsd/sys/kern/
H A Dvfs_hash.c73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get()
114 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref()
153 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
H A Dvfs_init.c188 vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_root_sigdefer()
199 vfs_cachedroot_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_cachedroot_sigdefer()
245 vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in vfs_vget_sigdefer()
257 struct vnode **vpp) in vfs_fhtovp_sigdefer()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c558 cd9660_root(struct mount *mp, int flags, struct vnode **vpp) in cd9660_root()
605 cd9660_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in cd9660_fhtovp()
640 cd9660_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in cd9660_vget()
672 struct vnode **vpp, int relocated, struct iso_directory_record *isodir) in cd9660_vget_internal()
H A Dcd9660_lookup.c57 struct vnode **vpp) in cd9660_ino_alloc()
126 struct vnode **vpp = ap->a_vpp; in cd9660_lookup() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c134 uint64_t id, struct vnode **vpp) in sfs_vnode_get()
148 uint64_t id, struct vnode **vpp) in sfs_vnode_insert()
170 struct vnode **vpp) in sfs_vgetx()
392 struct vnode **vpp) in zfsctl_fs_root_vnode()
410 struct vnode **vpp) in zfsctl_root_vnode()
423 struct vnode **vpp) in zfsctl_snapdir_vnode()
439 zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp) in zfsctl_root()
639 vnode_t **vpp = ap->a_vpp; in zfsctl_root_lookup() local
871 zfsctl_mounted_here(vnode_t **vpp, int flags) in zfsctl_mounted_here()
927 vnode_t **vpp = ap->a_vpp; in zfsctl_snapdir_lookup() local
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c299 nullfs_root(struct mount *mp, int flags, struct vnode **vpp) in nullfs_root()
391 nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in nullfs_vget()
405 nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp) in nullfs_fhtovp()
H A Dnull_subr.c189 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c253 struct p9fs_node *parent, struct p9_fid *fid, struct vnode **vpp, in p9fs_vget_common()
503 p9fs_root(struct mount *mp, int lkflags, struct vnode **vpp) in p9fs_root()
593 p9fs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in p9fs_fhtovp()
H A Dp9fs_vnops.c182 p9fs_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp) in p9fs_lookup_alloc()
218 struct vnode **vpp, *vp; in p9fs_lookup() local
424 char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp) in create_common()
509 struct vnode **vpp; in p9fs_create() local
543 struct vnode **vpp; in p9fs_mkdir() local
576 struct vnode **vpp; in p9fs_mknod() local
1601 struct vnode **vpp; in p9fs_symlink() local
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c409 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) in unionfs_root()
532 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in unionfs_vget()
539 struct vnode **vpp) in unionfs_fhtovp()
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c200 struct vnode **vpp) in autofs_vget_callback()
209 struct vnode *dvp, *newvp, **vpp; in autofs_lookup() local
644 struct vnode **vpp) in autofs_node_vn()
H A Dautofs_vfsops.c180 autofs_root(struct mount *mp, int flags, struct vnode **vpp) in autofs_root()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c269 struct vnode **vpp) in fuse_vfsop_fhtovp()
542 fuse_vfsop_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in fuse_vfsop_vget()
621 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) in fuse_vfsop_root()
H A Dfuse_node.c204 struct vnode **vpp) in fuse_vnode_alloc()
295 struct vnode **vpp, in fuse_vnode_get()
H A Dfuse_internal.c124 struct vnode **vpp) in fuse_internal_get_cached_vnode()
526 fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp, in fuse_internal_mknod()
790 struct vnode **vpp, in fuse_internal_newentry_core()
828 struct vnode **vpp, in fuse_internal_newentry()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c546 udf_root(struct mount *mp, int flags, struct vnode **vpp) in udf_root()
576 udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in udf_vget()
727 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in udf_fhtovp()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl6030.dtsi44 vpp: regulator-vpp { label
/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c67 ufs_root(struct mount *mp, int flags, struct vnode **vpp) in ufs_root()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c103 struct smbfattr *fap, struct vnode **vpp) in smbfs_node_alloc()
230 struct smbfattr *fap, struct vnode **vpp) in smbfs_nget()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c92 tmpfs_lookup1(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in tmpfs_lookup1() argument
246 struct vnode **vpp = v->a_vpp; tmpfs_lookup() local
262 struct vnode **vpp = v->a_vpp; tmpfs_create() local
279 struct vnode **vpp = v->a_vpp; tmpfs_mknod() local
1310 struct vnode **vpp = v->a_vpp; tmpfs_mkdir() local
1421 struct vnode **vpp = v->a_vpp; tmpfs_symlink() local
[all...]
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c205 devfs_root(struct mount *mp, int flags, struct vnode **vpp) in devfs_root()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c168 fdesc_root(struct mount *mp, int flags, struct vnode **vpp) in fdesc_root()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c120 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1037 msdosfs_root(struct mount *mp, int flags, struct vnode **vpp) in msdosfs_root()
1180 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in msdosfs_fhtovp()

123