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