Home
last modified time | relevance | path

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

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