Home
last modified time | relevance | path

Searched refs:a_vpp (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvnode_if.c100 VOPARG_OFFSETOF(struct vnop_lookup_args, a_vpp),
118 VOPARG_OFFSETOF(struct vnop_compound_open_args, a_vpp),
135 VOPARG_OFFSETOF(struct vnop_create_args, a_vpp),
169 VOPARG_OFFSETOF(struct vnop_mknod_args, a_vpp),
528 VOPARG_OFFSETOF(struct vnop_compound_remove_args, a_vpp),
623 VOPARG_OFFSETOF(struct vnop_mkdir_args, a_vpp),
640 VOPARG_OFFSETOF(struct vnop_compound_mkdir_args, a_vpp),
693 VOPARG_OFFSETOF(struct vnop_symlink_args, a_vpp),
934 .vdesc_vpp_offset = VOPARG_OFFSETOF(struct vnop_clonefile_args, a_vpp),
H A Dkpi_vfs.c3469 vnode_t *a_vpp;
3505 a.a_vpp = vpp; in VNOP_LOOKUP()
3521 vnode_t *a_vpp;
3545 a.a_vpp = vpp; /* Could be NULL */ in VNOP_COMPOUND_OPEN()
3611 vnode_t *a_vpp;
3625 a.a_vpp = vpp; in VNOP_CREATE()
3682 vnode_t *a_vpp;
3696 a.a_vpp = vpp; in VNOP_MKNOD()
4379 a.a_vpp = vpp; in VNOP_COMPOUND_REMOVE()
5011 vnode_t *a_vpp;
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h196 vnode_t *a_vpp; member
220 vnode_t *a_vpp; member
273 vnode_t *a_vpp; member
308 vnode_t *a_vpp; /* Resulting vnode */ member
714 vnode_t *a_vpp; /* File to remove; may or may not point to NULL pointer */ member
875 vnode_t *a_vpp; member
901 vnode_t *a_vpp; /* Destination for found or created vnode */ member
942 vnode_t *a_vpp; /* Destination for found vnode */ member
965 vnode_t *a_vpp; member
1409 vnode_t *a_vpp; member
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c216 *ap->a_vpp = vp; in bind_lookup()
247 *ap->a_vpp = vp; in bind_lookup()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vnops.c345 struct vnode **result_vnode = ap->a_vpp; in devfs_lookup()
1253 struct vnode * * vpp = ap->a_vpp; in devfs_mkdir()
1327 error = devfs_dntovn(newent->de_dnp, ap->a_vpp, vfs_context_proc(ap->a_context)); in devfs_symlink()
1390 struct vnode ** vpp = ap->a_vpp; in devfs_mknod()
H A Ddevfs_fdesc_support.c303 struct vnode **vpp = ap->a_vpp; in devfs_devfd_lookup()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c549 *ap->a_vpp = vp; in null_special_lookup()
602 *ap->a_vpp = vp; in null_lookup()
635 *ap->a_vpp = vp; in null_lookup()
/xnu-12377.41.6/bsd/miscfs/deadfs/
H A Ddead_vnops.c154 *ap->a_vpp = NULL; in dead_lookup()
/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c99 vpp = ap->a_vpp; in mockfs_lookup()
/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo_vnops.c142 *ap->a_vpp = NULL; in fifo_lookup()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c266 *ap->a_vpp = NULL; in spec_lookup()