/dflybsd-src/bin/sh/ |
H A D | var.c | 164 struct var **vpp; in initvar() local 326 struct var *vp, **vpp; in setvareq() local 554 struct var **vpp; in environment() local 599 struct var **vpp; in showvarscmd() local 655 struct var **vpp; in exportcmd() local 756 struct var **vpp; in mklocal() local 889 struct var **vpp; in unsetvar() local 947 struct var *vp, **vpp; in find_var() local
|
/dflybsd-src/sys/vfs/devfs/ |
H A D | devfs_vfsops.c | 166 devfs_vfs_root(struct mount *mp, struct vnode **vpp) in devfs_vfs_root() 204 struct fid *fhp, struct vnode **vpp) in devfs_vfs_fhtovp() 246 ino_t ino, struct vnode **vpp) in devfs_vfs_vget()
|
/dflybsd-src/sys/vfs/ntfs/ |
H A D | ntfs_vfsops.c | 558 ntfs_root(struct mount *mp, struct vnode **vpp) in ntfs_root() 656 struct fid *fhp, struct vnode **vpp) in ntfs_fhtovp() 694 struct vnode **vpp) in ntfs_vgetex() 794 ntfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in ntfs_vget()
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ufs_vfsops.c | 58 ufs_root(struct mount *mp, struct vnode **vpp) in ufs_root() 204 struct ufid *ufhp, struct vnode **vpp) in ufs_fhtovp()
|
H A D | ufs_vnops.c | 210 struct vnode **vpp = ap->a_vpp; in ufs_mknod() local 1550 struct vnode *vp, **vpp = ap->a_vpp; in ufs_symlink() local 1932 ufs_vinit(struct mount *mntp, struct vnode **vpp) in ufs_vinit() 1984 ufs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp, in ufs_makeinode()
|
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs_vfsops.c | 382 hpfs_root(struct mount *mp, struct vnode **vpp) in hpfs_root() 425 struct fid *fhp, struct vnode **vpp) in hpfs_fhtovp() 457 hpfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in hpfs_vget()
|
/dflybsd-src/sys/vfs/isofs/cd9660/ |
H A D | cd9660_vfsops.c | 605 cd9660_root(struct mount *mp, struct vnode **vpp) in cd9660_root() 664 struct fid *fhp, struct vnode **vpp) in cd9660_fhtovp() 712 cd9660_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in cd9660_vget() 731 cd9660_vget_internal(struct mount *mp, ino_t ino, struct vnode **vpp, in cd9660_vget_internal()
|
/dflybsd-src/sys/kern/ |
H A D | vfs_vfsops.c | 144 vfs_root(struct mount *mp, struct vnode **vpp) in vfs_root() 220 vfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in vfs_vget() 236 struct fid *fhp, struct vnode **vpp) in vfs_fhtovp()
|
H A D | vfs_lookup.c | 75 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in relookup()
|
H A D | vfs_vopops.c | 174 struct vnode **vpp, struct componentname *cnp) in vop_old_lookup() 197 struct vnode **vpp, struct componentname *cnp, struct vattr *vap) in vop_old_create() 246 struct vnode **vpp, struct componentname *cnp, struct vattr *vap) in vop_old_mknod() 730 struct vnode **vpp, struct componentname *cnp, struct vattr *vap) in vop_old_mkdir() 779 struct vnode **vpp, struct componentname *cnp, in vop_old_symlink() 1403 struct vnode **vpp, struct ucred *cred, char **fakename) in vop_nlookupdotdot() 1437 struct vnode **vpp, struct ucred *cred, struct vattr *vap) in vop_ncreate() 1472 struct vnode **vpp, struct ucred *cred, struct vattr *vap) in vop_nmkdir() 1507 struct vnode **vpp, struct ucred *cred, struct vattr *vap) in vop_nmknod() 1578 struct vnode **vpp, struct ucred *cred, in vop_nsymlink()
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_node.c | 96 uint64_t ino, enum vtype vtyp, struct vnode **vpp) in fuse_alloc_node() 126 fuse_node_vn(struct fuse_node *fnp, struct vnode **vpp) in fuse_node_vn()
|
/dflybsd-src/sys/vfs/udf/ |
H A D | udf_vfsops.c | 439 udf_root(struct mount *mp, struct vnode **vpp) in udf_root() 484 udf_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in udf_vget() 593 struct fid *fhp, struct vnode **vpp) in udf_fhtovp()
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vfsops.c | 222 dirfs_root(struct mount *mp, struct vnode **vpp) in dirfs_root() 282 dirfs_fhtovp(struct mount *mp, struct vnode *rootvp, struct fid *fhp, struct vnode **vpp) in dirfs_fhtovp()
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_vfsops.c | 412 tmpfs_root(struct mount *mp, struct vnode **vpp) in tmpfs_root() 436 struct vnode **vpp) in tmpfs_fhtovp()
|
H A D | tmpfs_vnops.c | 175 struct vnode **vpp = ap->a_vpp; in tmpfs_nlookupdotdot() local 205 struct vnode **vpp = ap->a_vpp; in tmpfs_ncreate() local 227 struct vnode **vpp = ap->a_vpp; in tmpfs_nmknod() local 1479 struct vnode **vpp = ap->a_vpp; in tmpfs_nmkdir() local 1622 struct vnode **vpp = ap->a_vpp; in tmpfs_nsymlink() local
|
/dflybsd-src/sys/vfs/nullfs/ |
H A D | null_vfsops.c | 272 nullfs_root(struct mount *mp, struct vnode **vpp) in nullfs_root() 390 struct fid *fhp, struct vnode **vpp) in nullfs_fhtovp()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_vnops.c | 1651 hammer2_nresolve(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen) in hammer2_nresolve() 1781 hammer2_nmkdir(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen, in hammer2_nmkdir() 2037 hammer2_ncreate(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen, in hammer2_ncreate() 2145 hammer2_nmknod(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen, in hammer2_nmknod() 2288 hammer2_nsymlink(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen, in hammer2_nsymlink()
|
/dflybsd-src/sys/vfs/smbfs/ |
H A D | smbfs_node.c | 162 struct vnode **vpp) in smbfs_node_alloc() 274 struct smbfattr *fap, struct vnode **vpp) in smbfs_nget()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_vfsops.c | 1261 ext2_alloc_vnode(struct mount *mp, ino_t ino, struct vnode **vpp) in ext2_alloc_vnode() 1337 ext2_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in ext2_vget() 1445 struct vnode **vpp) in ext2_fhtovp() 1602 ext2_root(struct mount *mp, struct vnode **vpp) in ext2_root()
|
H A D | ext2_vnops.c | 523 struct vnode **vpp = ap->a_vpp; in ext2_mknod() local 1311 struct vnode *vp, **vpp = ap->a_vpp; in ext2_symlink() local 1667 ext2_vinit(struct mount *mntp, struct vnode **vpp) in ext2_vinit() 1718 ext2_makeinode(int mode, struct vnode *dvp, struct vnode **vpp, in ext2_makeinode()
|
/dflybsd-src/sys/vfs/nfs/ |
H A D | nfs_vfsops.c | 727 struct vnode **vpp, struct mount **mpp) in nfs_mountdiskless() 1018 char *pth, char *hst, struct vnode **vpp) in mountnfs() 1268 nfs_root(struct mount *mp, struct vnode **vpp) in nfs_root()
|
/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_vfsops.c | 921 ino_t ino, struct vnode **vpp) in hammer_vfs_vget() 970 hammer_vfs_root(struct mount *mp, struct vnode **vpp) in hammer_vfs_root() 1106 struct fid *fhp, struct vnode **vpp) in hammer_vfs_fhtovp()
|
/dflybsd-src/sys/vfs/procfs/ |
H A D | procfs_vfsops.c | 119 procfs_root(struct mount *mp, struct vnode **vpp) in procfs_root()
|
/dflybsd-src/sys/vfs/autofs/ |
H A D | autofs_vnops.c | 63 nlookup_fs_root(struct autofs_node *anp, struct vnode **vpp) in nlookup_fs_root() 565 struct vnode **vpp) in autofs_node_vn()
|
/dflybsd-src/sys/vfs/msdosfs/ |
H A D | msdosfs_vfsops.c | 686 msdosfs_root(struct mount *mp, struct vnode **vpp) in msdosfs_root() 849 struct fid *fhp, struct vnode **vpp) in msdosfs_fhtovp()
|