Home
last modified time | relevance | path

Searched refs:FILE_IS_NOT_COMPRESSED (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Ddecmpfs.c653 case FILE_IS_NOT_COMPRESSED:
663 return FILE_IS_NOT_COMPRESSED;
667 return FILE_IS_NOT_COMPRESSED;
677 case FILE_IS_NOT_COMPRESSED:
706 if (decmpfs_fast_get_state(cp) == FILE_IS_NOT_COMPRESSED) {
775 case FILE_IS_NOT_COMPRESSED:
816 ret = FILE_IS_NOT_COMPRESSED;
822 ret = FILE_IS_NOT_COMPRESSED;
835 ret = FILE_IS_NOT_COMPRESSED;
846 ret = FILE_IS_NOT_COMPRESSED;
[all …]
/xnu-11417.121.6/bsd/sys/
H A Ddecmpfs.h210 FILE_IS_NOT_COMPRESSED = 1, enumerator