Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c211 #ifdef F_MARKDEPENDENCY
212 { BSM_F_MARKDEPENDENCY, F_MARKDEPENDENCY },
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h315 #define F_MARKDEPENDENCY 60 /* this process hosts the device supporting the fs backing … macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c5121 case F_MARKDEPENDENCY: in sys_fcntl_nocancel()