Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/miscfs/bindfs/
H A Dbind_subr.c129 bind_hashget(struct mount * mp, struct vnode * lowervp, struct vnode ** vpp) in bind_hashget()
183 bind_hashins(struct mount * mp, struct bind_node * xp, struct vnode ** vpp) in bind_hashins()
260 …struct mount * mp, struct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct compone… in bind_getnewvnode()
307 …struct mount * mp, struct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct compone… in bind_nodeget()
H A Dbind_vfsops.c371 bindfs_root(struct mount * mp, struct vnode ** vpp, __unused vfs_context_t ctx) in bindfs_root()
/xnu-11215.61.5/bsd/miscfs/nullfs/
H A Dnull_subr.c136 null_hashget(struct mount * mp, struct vnode * lowervp, struct vnode ** vpp) in null_hashget()
187 null_hashins(struct mount * mp, struct null_node * xp, struct vnode ** vpp) in null_hashins()
266 …struct mount * mp, struct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct compone… in null_getnewvnode()
313 …struct mount * mp, struct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct compone… in null_nodeget()
H A Dnull_vfsops.c395 nullfs_root(struct mount * mp, struct vnode ** vpp, __unused vfs_context_t ctx) in nullfs_root()
/xnu-11215.61.5/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c273 devfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t ctx) in devfs_root()
449 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused v… in devfs_vget()
460 …ct mount *mp, __unused int fhlen, __unused unsigned char *fhp, __unused struct vnode **vpp, __unus… in devfs_fhtovp()
H A Ddevfs_fdesc_support.c203 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fd… in fdesc_allocvp()
303 struct vnode **vpp = ap->a_vpp; in devfs_devfd_lookup() local
H A Ddevfs_vnops.c1152 struct vnode * * vpp = ap->a_vpp; in devfs_mkdir() local
1282 struct vnode ** vpp = ap->a_vpp; in devfs_mknod() local
/xnu-11215.61.5/bsd/miscfs/routefs/
H A Droutefs_ops.c215 routefs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t ctx) in routefs_root()
411 routefs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused… in routefs_vget()
417 …ct mount *mp, __unused int fhlen, __unused unsigned char *fhp, __unused struct vnode **vpp, __unus… in routefs_fhtovp()
/xnu-11215.61.5/bsd/vfs/
H A Dkpi_vfs.c260 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) in VFS_ROOT()
346 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) in VFS_VGET()
364 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t ctx) in VFS_FHTOVP()
412 VFS_VGET_SNAPDIR(mount_t mp, vnode_t *vpp, vfs_context_t ctx) in VFS_VGET_SNAPDIR()
3434 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) in VNOP_LOOKUP()
3468 VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, … in VNOP_COMPOUND_OPEN()
3554 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_co… in VNOP_CREATE()
3625 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_con… in VNOP_MKNOD()
4305 VNOP_COMPOUND_REMOVE(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_… in VNOP_COMPOUND_REMOVE()
4921 vn_mkdir(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, in vn_mkdir()
[all …]
H A Dvfs_exclave_fs.c368 get_base_dir(uint32_t fs_tag, registered_fs_tag_t *base_dir, vnode_t *vpp) in get_base_dir()
862 get_open_vnode(registered_fs_tag_t *base_dir, uint64_t file_id, vnode_t *vpp, uint32_t *ov_flags) in get_open_vnode()
955 decrement_vnode_open_count(registered_fs_tag_t *base_dir, uint64_t file_id, vnode_t *vpp) in decrement_vnode_open_count()
H A Dvfs_lookup.c1882 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp)
2123 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx)
H A Dvfs_subr.c2098 bdevvp(dev_t dev, vnode_t *vpp) in bdevvp()
2177 struct vnode **vpp; in checkalias() local
5632 new_vnode(vnode_t *vpp, bool can_free) in new_vnode()
6921 vnode_create_internal(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp, in vnode_create_internal()
7300 vnode_create_ext(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp, vnode_create_options_t v… in vnode_create_ext()
7315 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) in vnode_create()
7321 vnode_create_empty(vnode_t *vpp) in vnode_create_empty()
7328 vnode_initialize(uint32_t __unused flavor, uint32_t size, void *data, vnode_t *vpp) in vnode_initialize()
7692 vnode_lookupat(const char *path, int flags, vnode_t *vpp, vfs_context_t ctx, in vnode_lookupat()
7747 vnode_lookup(const char *path, int flags, vnode_t *vpp, vfs_context_t ctx) in vnode_lookup()
[all …]
H A Dvfs_cache.c2532 cache_lookup_fallback(struct vnode *dvp, struct vnode **vpp, in cache_lookup_fallback()
2641 cache_lookup_ext(struct vnode *dvp, struct vnode **vpp, in cache_lookup_ext()
2757 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in cache_lookup()
H A Dvfs_syscalls.c4076 vnode_getfromfd(vfs_context_t ctx, int fd, vnode_t *vpp) in vnode_getfromfd()
/xnu-11215.61.5/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c208 mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx) in mockfs_root()
H A Dmockfs_fsnode.c297 mockfs_fsnode_vnode(mockfs_fsnode_t fsnp, vnode_t * vpp) in mockfs_fsnode_vnode()
H A Dmockfs_vnops.c93 vnode_t * vpp; in mockfs_lookup() local
/xnu-11215.61.5/bsd/kern/
H A Dimageboot.c514 ubc_getobject_from_filename(const char *filename, struct vnode **vpp, off_t *file_size) in ubc_getobject_from_filename()
H A Dkern_descrip.c2068 file_vnode(int fd, struct vnode **vpp) in file_vnode()
2111 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t *vidp) in file_vnode_withvid()
H A Dmach_loader.c3601 struct vnode **vpp, in get_macho_vnode()
H A Dproc_info.c1005 vnode_t *vpp = (vnode_t *)vptr; in bsd_threadcdir() local
/xnu-11215.61.5/osfmk/kern/
H A Dbsd_kern.c1123 … uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) in fill_taskthreadinfo()
/xnu-11215.61.5/bsd/nfs/
H A Dnfs_subs.c2298 vnode_t *vpp, in nfsrv_fhtovp()