Searched refs:shadow_child (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/md/persistent-data/ |
D | dm-btree.c | 696 static int shadow_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in shadow_child() function 741 r = shadow_child(s->info, vt, pn, parent_index + 1, &right); in split_two_into_three() 747 r = shadow_child(s->info, vt, pn, parent_index - 1, &left); in split_two_into_three() 911 r = shadow_child(s->info, vt, parent, parent_index - 1, &sib); in rebalance_left() 940 r = shadow_child(s->info, vt, parent, parent_index + 1, &sib); in rebalance_right()
|