Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c161 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() function
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()
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()