Lines Matching refs:cmp_state
345 return cp->cmp_state;
354 cp->cmp_state = (uint8_t)state;
620 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
622 switch (cmp_state) {
626 return cmp_state;
636 ErrorLog("unknown cmp_state %d\n", cmp_state);
644 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
646 switch (cmp_state) {
661 ErrorLog("unknown cmp_state %d\n", cmp_state);
723 uint32_t cmp_state;
743 cmp_state = decmpfs_cnode_get_vnode_state(cp);
744 switch (cmp_state) {
757 ErrorLogWithPath("unknown cmp_state %d\n", cmp_state);
1548 int cmp_state = decmpfs_fast_get_state(cp);
1549 if (cmp_state == FILE_IS_CONVERTING) {
1551 cmp_state = wait_for_decompress(cp);
1552 if (cmp_state == FILE_IS_COMPRESSED) {
1558 if (cmp_state == FILE_IS_NOT_COMPRESSED) {
1804 int cmp_state = decmpfs_fast_get_state(cp);
1805 if (cmp_state == FILE_IS_CONVERTING) {
1807 cmp_state = wait_for_decompress(cp);
1808 if (cmp_state == FILE_IS_COMPRESSED) {
1814 if (cmp_state == FILE_IS_NOT_COMPRESSED) {