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

/xnu-2782.1.97/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:
1157 if (cmp_state == FILE_IS_COMPRESSED) {
1158 DebugLog("cmp_state == FILE_IS_COMPRESSED\
[all...]
/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h95 FILE_IS_COMPRESSED = 2, enumerator in enum:__anon460
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c323 case FILE_IS_COMPRESSED:
2924 case FILE_IS_COMPRESSED:
H A Dhfs_vnops.c345 case FILE_IS_COMPRESSED:

Completed in 34 milliseconds