Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Ddecmpfs.c625 case FILE_IS_CONVERTING:
650 case FILE_IS_CONVERTING:
749 case FILE_IS_CONVERTING:
902 case FILE_IS_CONVERTING:
990 if (state != FILE_IS_CONVERTING) {
1399 if (decmpfs_fast_get_state(cp) == FILE_IS_CONVERTING) {
1549 if (cmp_state == FILE_IS_CONVERTING) {
1805 if (cmp_state == FILE_IS_CONVERTING) {
2121 decmpfs_cnode_set_vnode_state(cp, FILE_IS_CONVERTING, 1);
/xnu-8792.81.2/bsd/sys/
H A Ddecmpfs.h202 FILE_IS_CONVERTING = 3/* file is converting from compressed to decompressed */ enumerator