Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/security/audit/
H A Daudit_bsm_fcntl.c193 #ifdef F_THAW_FS
194 { BSM_F_THAW_FS, F_THAW_FS },
/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h302 #define F_THAW_FS 54 /* "thaw" all fs operations */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c3767 case F_THAW_FS: { // thaw all frozen fs operations for the fs of this fd in sys_fcntl_nocancel()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c12699 case F_THAW_FS: in fsctl_internal()