Home
last modified time | relevance | path

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

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