Home
last modified time | relevance | path

Searched refs:FSINGLE_WRITER (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h173 #define FSINGLE_WRITER 0x04000000 /* fcntl(F_SINGLE_WRITER, 1) */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c1271 if (fp->fp_glob->fg_flag & FSINGLE_WRITER) { in vn_write()
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3526 os_atomic_or(&fp->fp_glob->fg_flag, FSINGLE_WRITER, relaxed); in sys_fcntl_nocancel()
3528 os_atomic_andnot(&fp->fp_glob->fg_flag, FSINGLE_WRITER, relaxed); in sys_fcntl_nocancel()