Searched refs:FILE_IS_CONVERTING (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c542 case FILE_IS_CONVERTING:
567 case FILE_IS_CONVERTING:
659 case FILE_IS_CONVERTING:
771 case FILE_IS_CONVERTING:
845 if (state != FILE_IS_CONVERTING) {
1140 if (decmpfs_fast_get_state(cp) == FILE_IS_CONVERTING) {
1154 if (cmp_state == FILE_IS_CONVERTING) {
1155 DebugLog("cmp_state == FILE_IS_CONVERTING\n");
1369 if (cmp_state == FILE_IS_CONVERTING) {
1370 ErrorLog("cmp_state == FILE_IS_CONVERTING\
[all...]
/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h96 FILE_IS_CONVERTING = 3 /* file is converting from compressed to decompressed */ enumerator in enum:__anon460
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c325 case FILE_IS_CONVERTING:
326 /* if FILE_IS_CONVERTING, we allow writes but do not
2926 case FILE_IS_CONVERTING:
2927 /* if FILE_IS_CONVERTING, we allow blockmap */
H A Dhfs_vnops.c346 case FILE_IS_CONVERTING: /* treat decompressing files as if they are compressed */

Completed in 119 milliseconds