Lines Matching refs:cmp_state
373 return cp->cmp_state;
382 cp->cmp_state = (uint8_t)state;
650 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
652 switch (cmp_state) {
656 return cmp_state;
666 ErrorLog("unknown cmp_state %d\n", cmp_state);
674 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
676 switch (cmp_state) {
691 ErrorLog("unknown cmp_state %d\n", cmp_state);
753 uint32_t cmp_state;
773 cmp_state = decmpfs_cnode_get_vnode_state(cp);
774 switch (cmp_state) {
787 ErrorLogWithPath("unknown cmp_state %d\n", cmp_state);
1580 int cmp_state = decmpfs_fast_get_state(cp);
1581 if (cmp_state == FILE_IS_CONVERTING) {
1583 cmp_state = wait_for_decompress(cp);
1584 if (cmp_state == FILE_IS_COMPRESSED) {
1590 if (cmp_state == FILE_IS_NOT_COMPRESSED) {
1836 int cmp_state = decmpfs_fast_get_state(cp);
1837 if (cmp_state == FILE_IS_CONVERTING) {
1839 cmp_state = wait_for_decompress(cp);
1840 if (cmp_state == FILE_IS_COMPRESSED) {
1846 if (cmp_state == FILE_IS_NOT_COMPRESSED) {