Searched refs:VNOP_OPEN (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_tty.c | 116 error = VNOP_OPEN(ttyvp, flag, &context); in cttyopen()
|
| H A D | chunklist.c | 207 if ((err = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in validate_root_image()
|
| H A D | imageboot.c | 620 if ((err = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in imageboot_read_file_internal()
|
| H A D | mach_loader.c | 3295 error = VNOP_OPEN(vp, FREAD, imgp->ip_vfs_context); in load_dylinker() 3948 if ((error = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in get_macho_vnode()
|
| H A D | kern_exec.c | 2441 error = VNOP_OPEN(imgp->ip_vp, FREAD, imgp->ip_vfs_context); in exec_mach_imgact()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 639 error = VNOP_OPEN(svp, 0, kernelctx); in vnode_flushnamedstream() 979 error = VNOP_OPEN(svp, 0, kernelctx); in default_getnamedstream() 2259 if ((error = VNOP_OPEN(xvp, fileflags & ~(O_EXLOCK | O_SHLOCK), context))) { in open_xattrfile()
|
| H A D | vfs_vnops.c | 699 error = VNOP_OPEN(vp, fmode, ctx); in vn_open_auth() 707 error = VNOP_OPEN(vp, fmode | FREAD, ctx); in vn_open_auth()
|
| H A D | vfs_subr.c | 2157 if ((error = VNOP_OPEN(nvp, FREAD, &context))) { in bdevvp() 9999 if ((error = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in vnode_authorize_opaque() 11584 if ((error = VNOP_OPEN(vp, FREAD, ctx))) { in rmdir_remove_orphaned_appleDouble()
|
| H A D | vfs_syscalls.c | 1590 if ((error = VNOP_OPEN(devvp, ronly ? FREAD : FREAD | FWRITE, ctx))) { in mount_common() 11031 if ((error = VNOP_OPEN(uvp, fp->fp_glob->fg_flag, &context)) == 0) { in getdirentries_common() 11369 if ((error = VNOP_OPEN(uvp, fp->fp_glob->fg_flag, ctx)) == 0) { in getdirentriesattr()
|
| H A D | kpi_vfs.c | 3725 VNOP_OPEN(vnode_t vp, int mode, vfs_context_t ctx) in VNOP_OPEN() function
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 153 error = VNOP_OPEN(lvp, args->a_mode, args->a_context); in bindfs_open()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 350 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 346 error = VNOP_OPEN(lvp, args->a_mode, ectx); in nullfs_open()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_syscalls.c | 522 if ((error = VNOP_OPEN(vp, fmode, ctx))) { in fhopen()
|