Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c199 #ifdef F_THAW_FS
200 { BSM_F_THAW_FS, F_THAW_FS },
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h286 #define F_THAW_FS 54 /* "thaw" all fs operations */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c3755 case F_THAW_FS: { // thaw all frozen fs operations for the fs of this fd in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c12074 case F_THAW_FS: in fsctl_internal()