Searched refs:a_vpp (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vnode_if.c | 100 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 D | kpi_vfs.c | 3469 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 D | vnode_if.h | 196 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 D | bind_vnops.c | 216 *ap->a_vpp = vp; in bind_lookup() 247 *ap->a_vpp = vp; in bind_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 345 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 D | devfs_fdesc_support.c | 303 struct vnode **vpp = ap->a_vpp; in devfs_devfd_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 549 *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 D | dead_vnops.c | 154 *ap->a_vpp = NULL; in dead_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 99 vpp = ap->a_vpp; in mockfs_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 142 *ap->a_vpp = NULL; in fifo_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 266 *ap->a_vpp = NULL; in spec_lookup()
|