Searched refs:xbc_node_index (Results 1 – 2 of 2) sorted by relevance
65 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index() function239 keys[depth++] = xbc_node_index(node); in xbc_node_compose_key_after()378 sib->next = xbc_node_index(node); in xbc_add_sibling()380 node->parent = xbc_node_index(last_parent); in xbc_add_sibling()382 last_parent->child = xbc_node_index(node); in xbc_add_sibling()386 sib->next = xbc_node_index(node); in xbc_add_sibling()439 open_brace[brace_index++] = xbc_node_index(last_parent); in __xbc_open_brace()450 (open_brace[brace_index] != xbc_node_index(last_parent))) in __xbc_close_brace()
38 int __init xbc_node_index(struct xbc_node *node);