Searched refs:shadow_current (Results 1 – 4 of 4) sorted by relevance
282 parent = dm_block_data(shadow_current(s)); in rebalance2()446 struct btree_node *parent = dm_block_data(shadow_current(s)); in rebalance3()485 n = dm_block_data(shadow_current(s)); in rebalance_children()558 __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); in remove_raw()563 n = dm_block_data(shadow_current(s)); in remove_raw()572 n = dm_block_data(shadow_current(s)); in remove_raw()608 n = dm_block_data(shadow_current(&spine)); in dm_btree_remove()651 __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); in remove_nearest()656 n = dm_block_data(shadow_current(s)); in remove_nearest()667 n = dm_block_data(shadow_current(s)); in remove_nearest()[all …]
653 left = shadow_current(s); in split_one_into_two()742 left = shadow_current(s); in split_two_into_three()748 right = shadow_current(s); in split_two_into_three()776 if (shadow_current(s) != left) in split_two_into_three()781 if (shadow_current(s) != right) in split_two_into_three()838 new_parent = shadow_current(s); in btree_split_beneath()918 right = dm_block_data(shadow_current(s)); in rebalance_left()946 left = dm_block_data(shadow_current(s)); in rebalance_right()1093 node = dm_block_data(shadow_current(s)); in btree_insert_raw()1101 __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); in btree_insert_raw()[all …]
94 struct dm_block *shadow_current(struct shadow_spine *s);
213 struct dm_block *shadow_current(struct shadow_spine *s) in shadow_current() function