Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c280 struct dm_btree_value_type *vt, unsigned int left_index) in rebalance2() argument
288 r = init_child(info, vt, parent, left_index, &left); in rebalance2()
292 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2()
447 struct dm_btree_value_type *vt, unsigned int left_index) in rebalance3() argument
456 r = init_child(info, vt, parent, left_index, &left); in rebalance3()
460 r = init_child(info, vt, parent, left_index + 1, &center); in rebalance3()
466 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3()