Home
last modified time | relevance | path

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

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