Searched refs:FILE_IS_NOT_COMPRESSED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c540 case FILE_IS_NOT_COMPRESSED:
550 return FILE_IS_NOT_COMPRESSED;
554 return FILE_IS_NOT_COMPRESSED;
564 case FILE_IS_NOT_COMPRESSED:
592 if (decmpfs_fast_get_state(cp) == FILE_IS_NOT_COMPRESSED) {
655 case FILE_IS_NOT_COMPRESSED:
673 ret = FILE_IS_NOT_COMPRESSED;
684 ret = FILE_IS_NOT_COMPRESSED;
689 ret = FILE_IS_NOT_COMPRESSED;
702 ret = FILE_IS_NOT_COMPRESSED;
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h94 FILE_IS_NOT_COMPRESSED = 1, enumerator in enum:__anon14604
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c348 case FILE_IS_NOT_COMPRESSED:

Completed in 203 milliseconds