Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
Ddm-btree-remove.c142 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() function
240 r = init_child(info, vt, parent, left_index, &left); in rebalance2()
244 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2()
375 r = init_child(info, vt, parent, left_index, &left); in rebalance3()
379 r = init_child(info, vt, parent, left_index + 1, &center); in rebalance3()
385 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3()