Home
last modified time | relevance | path

Searched refs:VNOP_CLOSE (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c144 VNOP_CLOSE(ttyvp, flag, &context); in cttyopen()
H A Dchunklist.c278 VNOP_CLOSE(vp, FREAD, ctx); in validate_root_image()
H A Dimageboot.c726 VNOP_CLOSE(vp, FREAD, ctx); in imageboot_read_file_internal()
H A Dmach_loader.c4038 (void) VNOP_CLOSE(vp, FREAD, ctx); in get_macho_vnode()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c670 (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 Dvfs_vnops.c749 VNOP_CLOSE(vp, fmode, ctx); in vn_open_auth()
884 error = VNOP_CLOSE(vp, flags, ctx); in vn_close()
H A Dvfs_syscalls.c1951 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 Dvfs_subr.c3074 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 Dkpi_vfs.c3758 VNOP_CLOSE(vnode_t vp, int fflag, vfs_context_t ctx) in VNOP_CLOSE() function
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c173 error = VNOP_CLOSE(lvp, args->a_fflag, args->a_context); in bindfs_close()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h377 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c374 error = VNOP_CLOSE(lvp, args->a_fflag, ectx); in nullfs_close()