Home
last modified time | relevance | path

Searched refs:F_CHKCLEAN (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_fcntl.c160 #ifdef F_CHKCLEAN
161 { BSM_F_CHKCLEAN, F_CHKCLEAN },
/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h294 #define F_CHKCLEAN 41 /* Used for regression test */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c3849 case F_CHKCLEAN: // used by regression tests to see if all dirty pages got cleaned by fsync() in sys_fcntl_nocancel()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c13556 case F_CHKCLEAN: in fsctl_internal()