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

/darwin-on-arm/xnu/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) {
1126 if (decmpfs_fast_get_state(cp) == FILE_IS_CONVERTING) {
1140 if (cmp_state == FILE_IS_CONVERTING) {
1141 DebugLog("cmp_state == FILE_IS_CONVERTING\n");
1340 if (cmp_state == FILE_IS_CONVERTING) {
1341 ErrorLog("cmp_state == FILE_IS_CONVERTING\
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h96 FILE_IS_CONVERTING = 3 /* file is converting from compressed to decompressed */ enumerator in enum:__anon472
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c302 case FILE_IS_CONVERTING:
303 /* if FILE_IS_CONVERTING, we allow writes but do not
2529 case FILE_IS_CONVERTING:
2530 /* if FILE_IS_CONVERTING, we allow blockmap */
H A Dhfs_vnops.c348 case FILE_IS_CONVERTING: /* treat decompressing files as if they are compressed */

Completed in 36 milliseconds