| /xnu-11215/bsd/vfs/ |
| H A D | vnode_if.c | 104 VOPARG_OFFSETOF(struct vnop_lookup_args, a_context), 139 VOPARG_OFFSETOF(struct vnop_create_args, a_context), 173 VOPARG_OFFSETOF(struct vnop_mknod_args, a_context), 190 VOPARG_OFFSETOF(struct vnop_open_args, a_context), 207 VOPARG_OFFSETOF(struct vnop_close_args, a_context), 224 VOPARG_OFFSETOF(struct vnop_close_args, a_context), 275 VOPARG_OFFSETOF(struct vnop_read_args, a_context), 292 VOPARG_OFFSETOF(struct vnop_write_args, a_context), 309 VOPARG_OFFSETOF(struct vnop_ioctl_args, a_context), 497 VOPARG_OFFSETOF(struct vnop_fsync_args, a_context), [all …]
|
| H A D | kpi_vfs.c | 3443 a.a_context = ctx; in VNOP_LOOKUP() 3487 a.a_context = ctx; in VNOP_COMPOUND_OPEN() 3564 a.a_context = ctx; in VNOP_CREATE() 3635 a.a_context = ctx; in VNOP_MKNOD() 3672 a.a_context = ctx; in VNOP_OPEN() 3705 a.a_context = ctx; in VNOP_CLOSE() 3738 a.a_context = ctx; in VNOP_ACCESS() 3768 a.a_context = ctx; in VNOP_GETATTR() 3798 a.a_context = ctx; in VNOP_SETATTR() 3906 a.a_context = ctx; in VNOP_READ() [all …]
|
| H A D | vfs_support.c | 336 return vn_revoke(ap->a_vp, ap->a_flags, ap->a_context); in nop_revoke()
|
| H A D | vfs_subr.c | 3207 vn_revoke(vnode_t vp, int flags, __unused vfs_context_t a_context) in vn_revoke() argument 3209 vn_revoke(vnode_t vp, __unused int flags, __unused vfs_context_t a_context) in vn_revoke()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode_if.h | 197 vfs_context_t a_context; member 222 vfs_context_t a_context; member 247 vfs_context_t a_context; member 275 vfs_context_t a_context; member 299 vfs_context_t a_context; member 361 vfs_context_t a_context; member 383 vfs_context_t a_context; member 405 vfs_context_t a_context; member 430 vfs_context_t a_context; member 457 vfs_context_t a_context; member [all …]
|
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 104 error = VNOP_GETATTR(lowervp, args->a_vap, args->a_context); in bindfs_getattr() 153 error = VNOP_OPEN(lvp, args->a_mode, args->a_context); in bindfs_open() 173 error = VNOP_CLOSE(lvp, args->a_fflag, args->a_context); in bindfs_close() 235 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ap->a_context); in bind_lookup() 342 error = VNOP_READDIR(lvp, auio, ap->a_flags, ap->a_eofflag, ap->a_numdirent, ap->a_context); in bindfs_readdir() 400 error = VNOP_READLINK(lvp, ap->a_uio, ap->a_context); in bindfs_readlink() 437 error = VNOP_MMAP(lvp, args->a_fflags, args->a_context); in bindfs_mmap() 456 error = VNOP_MNOMAP(lvp, args->a_context); in bindfs_mnomap() 494 error = VNOP_LISTXATTR(lvp, args->a_uio, args->a_size, args->a_options, args->a_context); in bindfs_listxattr() 552 error = VNOP_READ(lvp, auio, ((ap->a_flags & UPL_IOSYNC) ? IO_SYNC : 0), ap->a_context); in bindfs_pagein() [all …]
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 114 static int fdesc_attr(int fd, struct vnode_attr *vap, vfs_context_t a_context); 307 struct proc *p = vfs_context_proc(ap->a_context); in devfs_devfd_lookup() 349 (0 == vnode_getfromfd(ap->a_context, fd, &fvp))) { in devfs_devfd_lookup() 371 thread_t thr = vfs_context_thread(ap->a_context); in fdesc_open() 403 fdesc_attr(int fd, struct vnode_attr *vap, vfs_context_t a_context) in fdesc_attr() argument 406 struct proc *p = vfs_context_proc(a_context); in fdesc_attr() 421 a_context)) == 0) { in fdesc_attr() 422 error = vnode_getattr((struct vnode *)fp_get_data(fp), vap, a_context); in fdesc_attr() 489 error = fdesc_attr(fd, vap, ap->a_context); in fdesc_getattr() 517 struct proc * p = vfs_context_proc(ap->a_context); in fdesc_setattr() [all …]
|
| H A D | devfs_vnops.c | 624 mac_vnode_label_update(ap->a_context, vp, ap->a_vl); in devfs_setlabel() 646 return VNOP_READDIR(ap->a_vp, ap->a_uio, 0, NULL, NULL, ap->a_context); in devfs_read() 1195 ra.a_context = ap->a_context; in devfs_rmdir() 1219 error = devfs_dntovn(newent->de_dnp, ap->a_vpp, vfs_context_proc(ap->a_context)); in devfs_symlink()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 165 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_special_getattr() 264 kauth_cred_t cred = vfs_context_ucred(args->a_context); in nullfs_getattr() 274 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_getattr() 341 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_open() 368 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_close() 609 ectx = nullfs_get_patched_context(null_mp, ap->a_context); in null_lookup() 844 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ap->a_context); in nullfs_readdir() 869 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ap->a_context); in nullfs_readlink() 914 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_mmap() 1021 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ap->a_context); in nullfs_pagein() [all …]
|
| /xnu-11215/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 293 fifo_close_internal(vp, ap->a_mode, ap->a_context, 1); in fifo_open() 418 error = soo_ioctl(&filetmp, ap->a_command, ap->a_data, ap->a_context); in fifo_ioctl() 425 error = soo_ioctl(&filetmp, ap->a_command, ap->a_data, ap->a_context); in fifo_ioctl() 448 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context); in fifo_select() 455 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context); in fifo_select() 476 return fifo_close_internal(ap->a_vp, ap->a_fflag, ap->a_context, 0); in fifo_close()
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 353 struct proc *p = vfs_context_proc(ap->a_context); in spec_open() 354 kauth_cred_t cred = vfs_context_ucred(ap->a_context); in spec_open() 415 VNOP_IOCTL(vp, DKIOCISSOLIDSTATE, (caddr_t)&isssd, 0, ap->a_context) == 0) { in spec_open() 475 SPEC_INIT_BSDUNIT(vp, ap->a_context); in spec_open() 478 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) { in spec_open() 483 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKCOUNT, (caddr_t)&blkcnt, 0, ap->a_context)) { in spec_open() 834 proc_t p = vfs_context_proc(ap->a_context); in spec_ioctl() 867 proc_t p = vfs_context_proc(ap->a_context); in spec_select() 957 return spec_fsync_internal(ap->a_vp, ap->a_waitfor, ap->a_context); in spec_fsync() 2800 struct proc *p = vfs_context_proc(ap->a_context); in spec_close() [all …]
|
| /xnu-11215/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 314 ap->a_run, ap->a_poff, ap->a_flags, ap->a_context); in dead_blockmap()
|
| /xnu-11215/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 101 ctx = ap->a_context; in mockfs_lookup()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_lockf.c | 207 vfs_context_t context = ap->a_context; in lf_advlock()
|