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

123

/freebsd-10-stable/sys/fs/autofs/
H A Dautofs_vfsops.c179 autofs_root(struct mount *mp, int flags, struct vnode **vpp) argument
H A Dautofs_vnops.c212 struct vnode *dvp, *newvp, **vpp; local
201 autofs_vget_callback(struct mount *mp, void *arg, int flags, struct vnode **vpp) argument
588 autofs_node_vn(struct autofs_node *anp, struct mount *mp, int flags, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c208 devfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
/freebsd-10-stable/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
106 vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
145 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.c923 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
/freebsd-10-stable/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-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c113 pfs_vncache_alloc(struct mount *mp, struct vnode **vpp, argument
[all...]
H A Dpseudofs_vnops.c432 struct vnode **vpp = va->a_vpp; local
H A Dpseudofs.c359 pfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
/freebsd-10-stable/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-stable/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.c439 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/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-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c112 msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp, argument
[all...]
H A Dmsdosfs_vfsops.c855 msdosfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
991 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
/freebsd-10-stable/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
H A Dunion_subr.c515 unionfs_relookup(struct vnode *dvp, struct vnode **vpp, argument
207 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td) argument
885 unionfs_vn_create_on_upper(struct vnode **vpp, struct vnode *udvp, struct unionfs_node *unp, struct vattr *uvap, struct thread *td) argument
[all...]
/freebsd-10-stable/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c28 struct vnode **vpp = ap->a_vpp; local
H A Dreiserfs_inode.c736 reiserfs_iget( struct mount *mp, const struct cpu_key *key, struct vnode **vpp, struct thread *td) argument
/freebsd-10-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c284 struct vnode **vpp = ap->a_vpp; local
[all...]
/freebsd-10-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c902 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
1022 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
1108 ext2_root(struct mount *mp, int flags, struct vnode **vpp) argument
[all...]
/freebsd-10-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c353 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) argument
364 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dexec.c410 struct vmap *vp, **vpp; local
/freebsd-10-stable/sys/fs/udf/
H A Dudf_vfsops.c558 udf_root(struct mount *mp, int flags, struct vnode **vpp) argument
588 udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
724 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) argument
[all...]

Completed in 243 milliseconds

123