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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c541 case FILE_IS_COMPRESSED:
566 case FILE_IS_COMPRESSED:
657 case FILE_IS_COMPRESSED:
717 ret = FILE_IS_COMPRESSED;
724 if (((ret == FILE_IS_COMPRESSED) || saveInvalid) && hdr) {
731 we should never get here since the only place ret is set to FILE_IS_COMPRESSED
745 if (ret == FILE_IS_COMPRESSED) {
770 case FILE_IS_COMPRESSED:
1143 if (cmp_state == FILE_IS_COMPRESSED) {
1144 DebugLog("cmp_state == FILE_IS_COMPRESSED\
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h95 FILE_IS_COMPRESSED = 2, enumerator in enum:__anon472
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c300 case FILE_IS_COMPRESSED:
2527 case FILE_IS_COMPRESSED:
H A Dhfs_vnops.c347 case FILE_IS_COMPRESSED:

Completed in 36 milliseconds