Home
last modified time | relevance | path

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

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