Searched refs:tree_mod_log_eb_copy (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/btrfs/ | 
| D | ctree.c | 707 static noinline int tree_mod_log_eb_copy(struct extent_buffer *dst,  in tree_mod_log_eb_copy()  function3286 	ret = tree_mod_log_eb_copy(dst, src, dst_nritems, 0, push_items);  in push_node_left()
 3367 	ret = tree_mod_log_eb_copy(dst, src, 0, src_nritems - push_items,  in balance_node_right()
 3554 	ret = tree_mod_log_eb_copy(split, c, 0, mid, c_nritems - mid);  in split_node()
 
 |