Searched refs:shadow_child (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/md/persistent-data/ |
D | dm-btree.c | 698 static int shadow_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in shadow_child() function 743 r = shadow_child(s->info, vt, pn, parent_index + 1, &right); in split_two_into_three() 749 r = shadow_child(s->info, vt, pn, parent_index - 1, &left); in split_two_into_three() 913 r = shadow_child(s->info, vt, parent, parent_index - 1, &sib); in rebalance_left() 942 r = shadow_child(s->info, vt, parent, parent_index + 1, &sib); in rebalance_right()
|