Searched refs:shadow_child (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 707 static int shadow_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in shadow_child() function 752 r = shadow_child(s->info, vt, pn, parent_index + 1, &right); in split_two_into_three() 758 r = shadow_child(s->info, vt, pn, parent_index - 1, &left); in split_two_into_three() 922 r = shadow_child(s->info, vt, parent, parent_index - 1, &sib); in rebalance_left() 951 r = shadow_child(s->info, vt, parent, parent_index + 1, &sib); in rebalance_right()
|