Home
last modified time | relevance | path

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

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