Home
last modified time | relevance | path

Searched refs:FWASWRITTEN (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/security/
H A Dmac_file.c203 MAC_PERFORM(file_notify_close, cred, fg, NULL, ((fg->fg_flag & FWASWRITTEN) ? 1 : 0)); in mac_file_notify_close()
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h142 #define FWASWRITTEN 0x00010000 /* descriptor was written */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c801 if (flags & FWASWRITTEN) { in vn_close()
835 if (flags & FWASWRITTEN) { in vn_close()
H A Dvfs_syscalls.c8453 (fp->fp_glob->fg_flag & FWASWRITTEN)) { in fsync_common()
/xnu-8796.141.3/bsd/kern/
H A Dsys_generic.c617 os_atomic_or(&fp->fp_glob->fg_flag, FWASWRITTEN, relaxed); in fp_writev()
H A Dkern_descrip.c1731 if (fg->fg_flag & FWASWRITTEN) { in fp_close_and_unlock()