Searched defs:vpp (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-10.1-release/sys/fs/autofs/
H A Dautofs_vfsops.c172 autofs_root(struct mount *mp, int flags, struct vnode **vpp) argument
H A Dautofs_vnops.c211 struct vnode *dvp, *newvp, **vpp; local
583 autofs_node_vn(struct autofs_node *anp, struct mount *mp, struct vnode **vpp) argument
200 autofs_vget_callback(struct mount *mp, void *arg, int lkflags __unused, struct vnode **vpp) argument
[all...]
/freebsd-10.1-release/sys/fs/devfs/
H A Ddevfs_vfsops.c206 devfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
/freebsd-10.1-release/sys/fs/pseudofs/
H A Dpseudofs_vncache.c111 pfs_vncache_alloc(struct mount *mp, struct vnode **vpp, argument
[all...]
H A Dpseudofs.c357 pfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
H A Dpseudofs_vnops.c430 struct vnode **vpp = va->a_vpp; local
/freebsd-10.1-release/sys/kern/
H A Dvfs_hash.c72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
114 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
H A Dvfs_lookup.c924 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c115 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, argument
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_node.c173 fuse_vnode_alloc(struct mount *mp, struct thread *td, uint64_t nodeid, enum vtype vtyp, struct vnode **vpp) argument
229 fuse_vnode_get(struct mount *mp, uint64_t nodeid, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum vtype vtyp) argument
[all...]
H A Dfuse_vfsops.c438 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) argument
[all...]
H A Dfuse_internal.c466 fuse_internal_newentry_core(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum vtype vtyp, struct fuse_dispatcher *fdip) argument
496 fuse_internal_newentry(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum fuse_opcode op, void *buf, size_t bufsize, enum vtype vtype) argument
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_node.c101 smbfs_node_alloc(struct mount *mp, struct vnode *dvp, const char *dirnm, int dirlen, const char *name, int nmlen, char sep, struct smbfattr *fap, struct vnode **vpp) argument
228 smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen, struct smbfattr *fap, struct vnode **vpp) argument
[all...]
H A Dsmbfs_vfsops.c313 smbfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_lookup.c135 struct vnode **vpp = ap->a_vpp; local
60 cd9660_ino_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp) argument
/freebsd-10.1-release/sys/fs/ext2fs/
H A Dext2_vfsops.c898 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
1020 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
1105 ext2_root(struct mount *mp, int flags, struct vnode **vpp) argument
[all...]
/freebsd-10.1-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c262 struct vnode **vpp = ap->a_vpp; local
[all...]
/freebsd-10.1-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c112 msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp, argument
[all...]
H A Dmsdosfs_vfsops.c867 msdosfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
1003 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
/freebsd-10.1-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c337 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
349 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
H A Dtmpfs_vnops.c82 struct vnode **vpp = v->a_vpp; local
213 struct vnode **vpp = v->a_vpp; local
226 struct vnode **vpp = v->a_vpp; local
1025 struct vnode **vpp = v->a_vpp; local
1131 struct vnode **vpp = v->a_vpp; local
[all...]
/freebsd-10.1-release/sys/fs/unionfs/
H A Dunion_vfsops.c356 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
446 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
452 unionfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp) argument
/freebsd-10.1-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c28 struct vnode **vpp = ap->a_vpp; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dexec.c410 struct vmap *vp, **vpp; local
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c371 zfs_dirlook(znode_t *dzp, char *name, vnode_t **vpp, int flags, argument

Completed in 130 milliseconds

123