Searched refs:VNOP_CLOSE (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_tty.c | 144 VNOP_CLOSE(ttyvp, flag, &context); in cttyopen()
|
| H A D | chunklist.c | 278 VNOP_CLOSE(vp, FREAD, ctx); in validate_root_image()
|
| H A D | imageboot.c | 726 VNOP_CLOSE(vp, FREAD, ctx); in imageboot_read_file_internal()
|
| H A D | mach_loader.c | 4038 (void) VNOP_CLOSE(vp, FREAD, ctx); in get_macho_vnode()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 670 (void) VNOP_CLOSE(svp, 0, kernelctx); in vnode_flushnamedstream() 1008 (void) VNOP_CLOSE(svp, 0, kernelctx); in default_getnamedstream() 2328 (void) VNOP_CLOSE(xvp, fileflags, context); in open_xattrfile()
|
| H A D | vfs_vnops.c | 749 VNOP_CLOSE(vp, fmode, ctx); in vn_open_auth() 884 error = VNOP_CLOSE(vp, flags, ctx); in vn_close()
|
| H A D | vfs_syscalls.c | 1951 VNOP_CLOSE(device_vnode, ronly ? FREAD : FREAD | FWRITE, ctx); in mount_common() 2005 VNOP_CLOSE(device_vnode, mp->mnt_flag & MNT_RDONLY ? FREAD : FREAD | FWRITE, in mount_common() 3127 VNOP_CLOSE(devvp, mp->mnt_flag & MNT_RDONLY ? FREAD : FREAD | FWRITE, in dounmount() 11034 VNOP_CLOSE(vp, fp->fp_glob->fg_flag, &context); in getdirentries_common() 11372 VNOP_CLOSE(vp, fp->fp_glob->fg_flag, ctx); in getdirentriesattr()
|
| H A D | vfs_subr.c | 3074 VNOP_CLOSE(vp, clflags, ctx); in vclean() 8086 VNOP_CLOSE(vp, fmode, ctx); in vn_create() 10004 VNOP_CLOSE(vp, FREAD, ctx); in vnode_authorize_opaque() 11737 VNOP_CLOSE(vp, FREAD, ctx); in rmdir_remove_orphaned_appleDouble()
|
| H A D | kpi_vfs.c | 3758 VNOP_CLOSE(vnode_t vp, int fflag, vfs_context_t ctx) in VNOP_CLOSE() function
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 173 error = VNOP_CLOSE(lvp, args->a_fflag, args->a_context); in bindfs_close()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 377 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 374 error = VNOP_CLOSE(lvp, args->a_fflag, ectx); in nullfs_close()
|