/netbsd-src/sys/fs/puffs/ |
H A D | puffs_node.c | 58 voff_t vsize, dev_t rdev, bool may_exist, struct vnode **vpp) in puffs_getvnode1() 136 voff_t vsize, dev_t rdev, struct vnode **vpp) in puffs_getvnode() 144 puffs_newnode(struct mount *mp, struct vnode *dvp, struct vnode **vpp, in puffs_newnode() 246 struct vnode **vpp) in puffs_cookie2vnode()
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_vfsops.c | 89 ufs_root(struct mount *mp, int lktype, struct vnode **vpp) in ufs_root() 104 ufs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in ufs_vget() 236 ufs_fhtovp(struct mount *mp, struct ufid *ufhp, int lktype, struct vnode **vpp) in ufs_fhtovp()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_vfsops.c | 88 ulfs_root(struct mount *mp, int lktype, struct vnode **vpp) in ulfs_root() 216 struct vnode **vpp) in ulfs_fhtovp()
|
/netbsd-src/sys/fs/sysvbfs/ |
H A D | sysvbfs_vfsops.c | 244 sysvbfs_root(struct mount *mp, int lktype, struct vnode **vpp) in sysvbfs_root() 367 sysvbfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in sysvbfs_vget() 394 struct vnode **vpp) in sysvbfs_fhtovp() 403 sysvbfs_vptofh(struct vnode *vpp, struct fid *fid, size_t *fh_size) in sysvbfs_vptofh()
|
/netbsd-src/sys/miscfs/genfs/ |
H A D | layer_vfsops.c | 128 layerfs_root(struct mount *mp, int lktype, struct vnode **vpp) in layerfs_root() 243 layerfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in layerfs_vget() 275 struct vnode **vpp) in layerfs_fhtovp()
|
/netbsd-src/sys/fs/hfs/ |
H A D | hfs_vfsops.c | 442 hfs_root(struct mount *mp, int lktype, struct vnode **vpp) in hfs_root() 498 hfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in hfs_vget() 519 struct vnode **vpp) in hfs_vget_internal() 614 hfs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, struct vnode **vpp) in hfs_fhtovp()
|
/netbsd-src/sys/fs/union/ |
H A D | union_subr.c | 356 struct vnode **vpp, in union_allocvp() 810 struct componentname *cnp, struct vnode **vpp) in union_mkshadow() 888 union_vn_create(struct vnode **vpp, struct union_node *un, struct lwp *l) in union_vn_create() 1049 struct vnode **vpp; in union_dircache() local 1099 struct vnode **vpp; in union_diruncache() local 1199 union_readdirhook(struct vnode **vpp, struct file *fp, struct lwp *l) in union_readdirhook()
|
H A D | union_vfsops.c | 408 union_root(struct mount *mp, int lktype, struct vnode **vpp) in union_root() 504 union_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in union_vget()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 123 uint64_t id, struct vnode **vpp) in sfs_vnode_get() 137 uint64_t id, struct vnode **vpp) in sfs_vnode_insert() 159 struct vnode **vpp) in sfs_vgetx() 380 struct vnode **vpp) in zfsctl_fs_root_vnode() 398 struct vnode **vpp) in zfsctl_root_vnode() 411 struct vnode **vpp) in zfsctl_snapdir_vnode() 427 zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp) in zfsctl_root() 632 vnode_t **vpp = ap->a_vpp; local 780 zfsctl_mounted_here(vnode_t **vpp, int flags) in zfsctl_mounted_here() 836 vnode_t **vpp = ap->a_vpp; local [all …]
|
/netbsd-src/sys/coda/ |
H A D | coda_vfsops.c | 352 coda_root(struct mount *vfsp, int lktype, struct vnode **vpp) in coda_root() 482 struct vnode **vpp) in coda_vget() 520 struct vnode **vpp, int *exflagsp, in coda_fhtovp() 609 getNewVnode(struct vnode **vpp) in getNewVnode()
|
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 303 tmpfs_root(struct mount *mp, int lktype, vnode_t **vpp) in tmpfs_root() 322 tmpfs_vget(struct mount *mp, ino_t ino, int lktype, vnode_t **vpp) in tmpfs_vget() 329 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, vnode_t **vpp) in tmpfs_fhtovp()
|
H A D | tmpfs_vnops.c | 136 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; in tmpfs_lookup() local 309 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; in tmpfs_create() local 327 vnode_t *dvp = ap->a_dvp, **vpp = ap->a_vpp; in tmpfs_mknod() local 843 vnode_t **vpp = ap->a_vpp; in tmpfs_mkdir() local 956 vnode_t **vpp = ap->a_vpp; in tmpfs_symlink() local
|
/netbsd-src/sys/fs/filecorefs/ |
H A D | filecore_vfsops.c | 465 filecore_root(struct mount *mp, int lktype, struct vnode **vpp) in filecore_root() 525 struct vnode **vpp) in filecore_fhtovp() 559 filecore_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in filecore_vget()
|
/netbsd-src/sys/fs/efs/ |
H A D | efs_vfsops.c | 298 efs_root(struct mount *mp, int lktype, struct vnode **vpp) in efs_root() 346 efs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in efs_vget() 455 efs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, struct vnode **vpp) in efs_fhtovp()
|
/netbsd-src/sys/miscfs/fdesc/ |
H A D | fdesc_vfsops.c | 137 fdesc_root(struct mount *mp, int lktype, struct vnode **vpp) in fdesc_root() 166 struct vnode **vpp) in fdesc_vget()
|
/netbsd-src/common/lib/libc/gen/ |
H A D | radixtree.c | 508 void **vpp; in radix_tree_lookup_ptr() local 649 void **vpp; in radix_tree_insert_node() local 677 void **vpp; in radix_tree_replace_node() local 702 void **vpp; in radix_tree_remove_node() local 774 void **vpp; in radix_tree_lookup_node() local 815 void **vpp; in gang_lookup_scan() local 1029 void **vpp; in radix_tree_get_tag() local 1094 void **vpp; in radix_tree_clear_tag() local
|
/netbsd-src/sys/fs/ptyfs/ |
H A D | ptyfs_vfsops.c | 192 ptyfs__allocvp(struct mount *mp, struct lwp *l, struct vnode **vpp, in ptyfs__allocvp() 389 ptyfs_root(struct mount *mp, int lktype, struct vnode **vpp) in ptyfs_root() 462 struct vnode **vpp) in ptyfs_vget()
|
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_vfsops.c | 327 v7fs_root(struct mount *mp, int lktype, struct vnode **vpp) in v7fs_root() 488 v7fs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in v7fs_vget() 512 v7fs_fhtovp(struct mount *mp, struct fid *fid, int lktype, struct vnode **vpp) in v7fs_fhtovp() 521 v7fs_vptofh(struct vnode *vpp, struct fid *fid, size_t *fh_size) in v7fs_vptofh()
|
/netbsd-src/sys/fs/ntfs/ |
H A D | ntfs_vfsops.c | 574 ntfs_root(struct mount *mp, int lktype, struct vnode **vpp) in ntfs_root() 653 ntfs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, struct vnode **vpp) in ntfs_fhtovp() 826 ntfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in ntfs_vget() 833 const char *attrname, u_long lkflags, struct vnode **vpp) in ntfs_vgetex()
|
/netbsd-src/sys/nfs/ |
H A D | nfs_vfsops.c | 398 …ruct nfs_dlmount *ndmntp, const char *mntname, struct mount **mpp, struct vnode **vpp, struct lwp … in nfs_mount_diskless() 683 …uct mount *mp, struct mbuf *nam, const char *pth, const char *hst, struct vnode **vpp, struct lwp … in mountnfs() 929 nfs_root(struct mount *mp, int lktype, struct vnode **vpp) in nfs_root() 998 nfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in nfs_vget() 1055 nfs_fhtovp(struct mount *mp, struct fid *fid, int lktype, struct vnode **vpp) in nfs_fhtovp()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_vfsops.c | 452 chfs_root(struct mount *mp, int lktype, struct vnode **vpp) in chfs_root() 658 chfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) in chfs_vget() 680 chfs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, struct vnode **vpp) in chfs_fhtovp()
|
/netbsd-src/sys/miscfs/kernfs/ |
H A D | kernfs_vfsops.c | 185 kernfs_root(struct mount *mp, int lktype, struct vnode **vpp) in kernfs_root() 218 struct vnode **vpp) in kernfs_vget()
|
/netbsd-src/sys/fs/nilfs/ |
H A D | nilfs_vnops.c | 329 struct vnode **vpp = ap->a_vpp; /* return node */ in nilfs_trivial_bmap() local 616 struct vnode **vpp = ap->a_vpp; in nilfs_lookup() local 1079 struct vnode **vpp = ap->a_vpp; in nilfs_create() local 1102 struct vnode **vpp = ap->a_vpp; in nilfs_mknod() local 1125 struct vnode **vpp = ap->a_vpp; in nilfs_mkdir() local 1218 struct vnode **vpp = ap->a_vpp; in nilfs_symlink() local
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | twl6030.dtsi | 44 vpp: regulator-vpp { label
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_vfsops.c | 752 udf_root(struct mount *mp, int lktype, struct vnode **vpp) in udf_root() 904 struct vnode **vpp) in udf_vget() 917 struct vnode **vpp) in udf_fhtovp()
|