Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.c158 static unsigned int block_tree_max_key_count(const struct block_tree* tree, in block_tree_max_key_count() function
177 return block_tree_max_key_count(tree, block_tree_node_is_leaf(node_ro)); in block_tree_node_max_key_count()
1118 return block_tree_max_key_count(tree, leaf) / 2; in block_tree_min_key_count()
3096 node_internal_max_key_count = block_tree_max_key_count(tree, false); in block_tree_check_config()
3100 node_leaf_max_key_count = block_tree_max_key_count(tree, true); in block_tree_check_config()