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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c361 return cp->cmp_state;
368 cp->cmp_state = state;
537 int cmp_state = decmpfs_cnode_get_vnode_state(cp); local
539 switch(cmp_state) {
543 return cmp_state;
553 ErrorLog("unknown cmp_state %d\n", cmp_state);
561 int cmp_state = decmpfs_cnode_get_vnode_state(cp); local
563 switch(cmp_state) {
578 ErrorLog("unknown cmp_state
635 uint32_t cmp_state; local
1139 int cmp_state = decmpfs_fast_get_state(cp); local
1339 int cmp_state = decmpfs_fast_get_state(cp); local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h81 uint8_t cmp_state; member in struct:decmpfs_cnode

Completed in 21 milliseconds