Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_btree.h216 #define HAMMER_BTREE_INT_ELMS (HAMMER_BTREE_LEAF_ELMS - 1) macro
289 return(HAMMER_BTREE_INT_ELMS); in hammer_node_max_elements()
H A Dhammer_rebalance.c75 if (rebal->saturation < HAMMER_BTREE_INT_ELMS / 2) in hammer_ioc_rebalance()
76 rebal->saturation = HAMMER_BTREE_INT_ELMS / 2; in hammer_ioc_rebalance()
77 if (rebal->saturation > HAMMER_BTREE_INT_ELMS) in hammer_ioc_rebalance()
78 rebal->saturation = HAMMER_BTREE_INT_ELMS; in hammer_ioc_rebalance()
H A Dhammer_btree.c1048 cursor->parent->ondisk->count != HAMMER_BTREE_INT_ELMS) { in btree_search()
1579 KKASSERT(ondisk->count != HAMMER_BTREE_INT_ELMS); in btree_split_internal()
1831 KKASSERT(ondisk->count != HAMMER_BTREE_INT_ELMS); in btree_split_leaf()
/dragonfly/sbin/hammer/
H A Dcmd_rebalance.c77 rebal.saturation = HAMMER_BTREE_INT_ELMS * perc / 100; in hammer_cmd_rebalance()