Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c196 #ifdef F_GLOBAL_NOCACHE
197 { BSM_F_GLOBAL_NOCACHE, F_GLOBAL_NOCACHE },
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h303 #define F_GLOBAL_NOCACHE 55 /* turn data caching off/on (globally) for this file */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3532 case F_GLOBAL_NOCACHE: in sys_fcntl_nocancel()