Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Ddecmpfs.c655 case FILE_IS_CONVERTING:
680 case FILE_IS_CONVERTING:
779 case FILE_IS_CONVERTING:
932 case FILE_IS_CONVERTING:
1020 if (state != FILE_IS_CONVERTING) {
1430 if (decmpfs_fast_get_state(cp) == FILE_IS_CONVERTING) {
1581 if (cmp_state == FILE_IS_CONVERTING) {
1837 if (cmp_state == FILE_IS_CONVERTING) {
2155 decmpfs_cnode_set_vnode_state(cp, FILE_IS_CONVERTING, 1);
/xnu-11417.121.6/bsd/sys/
H A Ddecmpfs.h212 FILE_IS_CONVERTING = 3/* file is converting from compressed to decompressed */ enumerator