Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Ddecmpfs.c651 case FILE_IS_NOT_COMPRESSED:
661 return FILE_IS_NOT_COMPRESSED;
665 return FILE_IS_NOT_COMPRESSED;
675 case FILE_IS_NOT_COMPRESSED:
704 if (decmpfs_fast_get_state(cp) == FILE_IS_NOT_COMPRESSED) {
773 case FILE_IS_NOT_COMPRESSED:
814 ret = FILE_IS_NOT_COMPRESSED;
820 ret = FILE_IS_NOT_COMPRESSED;
833 ret = FILE_IS_NOT_COMPRESSED;
844 ret = FILE_IS_NOT_COMPRESSED;
[all …]
/xnu-10002.41.9/bsd/sys/
H A Ddecmpfs.h210 FILE_IS_NOT_COMPRESSED = 1, enumerator