Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Ddecmpfs.c623 case FILE_IS_NOT_COMPRESSED:
633 return FILE_IS_NOT_COMPRESSED;
637 return FILE_IS_NOT_COMPRESSED;
647 case FILE_IS_NOT_COMPRESSED:
676 if (decmpfs_fast_get_state(cp) == FILE_IS_NOT_COMPRESSED) {
745 case FILE_IS_NOT_COMPRESSED:
786 ret = FILE_IS_NOT_COMPRESSED;
792 ret = FILE_IS_NOT_COMPRESSED;
805 ret = FILE_IS_NOT_COMPRESSED;
816 ret = FILE_IS_NOT_COMPRESSED;
[all …]
/xnu-8020.121.3/bsd/sys/
H A Ddecmpfs.h200 FILE_IS_NOT_COMPRESSED = 1, enumerator