Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c190 #ifdef F_FREEZE_FS
191 { BSM_F_FREEZE_FS, F_FREEZE_FS },
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h301 #define F_FREEZE_FS 53 /* "freeze" all fs operations */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3750 case F_FREEZE_FS: // freeze all other fs operations for the fs of this fd in sys_fcntl_nocancel()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c12749 case F_FREEZE_FS: in fsctl_internal()