Lines Matching refs:cmp_state
373 return cp->cmp_state;
382 cp->cmp_state = (uint8_t)state;
648 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
650 switch (cmp_state) {
654 return cmp_state;
664 ErrorLog("unknown cmp_state %d\n", cmp_state);
672 int cmp_state = decmpfs_cnode_get_vnode_state(cp);
674 switch (cmp_state) {
689 ErrorLog("unknown cmp_state %d\n", cmp_state);
751 uint32_t cmp_state;
771 cmp_state = decmpfs_cnode_get_vnode_state(cp);
772 switch (cmp_state) {
785 ErrorLogWithPath("unknown cmp_state %d\n", cmp_state);
1578 int cmp_state = decmpfs_fast_get_state(cp);
1579 if (cmp_state == FILE_IS_CONVERTING) {
1581 cmp_state = wait_for_decompress(cp);
1582 if (cmp_state == FILE_IS_COMPRESSED) {
1588 if (cmp_state == FILE_IS_NOT_COMPRESSED) {
1834 int cmp_state = decmpfs_fast_get_state(cp);
1835 if (cmp_state == FILE_IS_CONVERTING) {
1837 cmp_state = wait_for_decompress(cp);
1838 if (cmp_state == FILE_IS_COMPRESSED) {
1844 if (cmp_state == FILE_IS_NOT_COMPRESSED) {