Searched refs:F_THAW_FS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_fcntl.c199 #ifdef F_THAW_FS
200 { BSM_F_THAW_FS, F_THAW_FS },
/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_hfs.c60 #define F_THAW_FS 54 /* "thaw" all fs operations */ macro
324 fcntl(fs_fd, F_THAW_FS, NULL);
613 fcntl(fs_fd, F_THAW_FS, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h269 #define F_THAW_FS 54 /* "thaw" all fs operations */ macro
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c2099 case F_THAW_FS: {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c1499 case F_THAW_FS: { // thaw all frozen fs operations for the fs of this fd

Completed in 158 milliseconds