| /xnu-11215.61.5/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 129 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 D | bind_vfsops.c | 371 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 D | null_subr.c | 136 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 D | null_vfsops.c | 395 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 D | devfs_vfsops.c | 273 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 D | devfs_fdesc_support.c | 203 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 D | devfs_vnops.c | 1152 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 D | routefs_ops.c | 215 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 D | kpi_vfs.c | 260 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 D | vfs_exclave_fs.c | 368 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 D | vfs_lookup.c | 1882 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 D | vfs_subr.c | 2098 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 D | vfs_cache.c | 2532 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 D | vfs_syscalls.c | 4076 vnode_getfromfd(vfs_context_t ctx, int fd, vnode_t *vpp) in vnode_getfromfd()
|
| /xnu-11215.61.5/bsd/miscfs/mockfs/ |
| H A D | mockfs_vfsops.c | 208 mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx) in mockfs_root()
|
| H A D | mockfs_fsnode.c | 297 mockfs_fsnode_vnode(mockfs_fsnode_t fsnp, vnode_t * vpp) in mockfs_fsnode_vnode()
|
| H A D | mockfs_vnops.c | 93 vnode_t * vpp; in mockfs_lookup() local
|
| /xnu-11215.61.5/bsd/kern/ |
| H A D | imageboot.c | 514 ubc_getobject_from_filename(const char *filename, struct vnode **vpp, off_t *file_size) in ubc_getobject_from_filename()
|
| H A D | kern_descrip.c | 2068 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 D | mach_loader.c | 3601 struct vnode **vpp, in get_macho_vnode()
|
| H A D | proc_info.c | 1005 vnode_t *vpp = (vnode_t *)vptr; in bsd_threadcdir() local
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | bsd_kern.c | 1123 … 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 D | nfs_subs.c | 2298 vnode_t *vpp, in nfsrv_fhtovp()
|