Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Ddecmpfs.c373 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;
[all …]
/xnu-11417.121.6/bsd/sys/
H A Ddecmpfs.h187 uint8_t cmp_state; member