Searched refs:btrfs_tree_mod_log_eb_copy (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | tree-mod-log.h | 43 int btrfs_tree_mod_log_eb_copy(struct extent_buffer *dst,
|
H A D | tree-mod-log.c | 538 int btrfs_tree_mod_log_eb_copy(struct extent_buffer *dst, in btrfs_tree_mod_log_eb_copy() function
|
H A D | ctree.c | 2897 ret = btrfs_tree_mod_log_eb_copy(dst, src, dst_nritems, 0, push_items); in push_node_left() 2981 ret = btrfs_tree_mod_log_eb_copy(dst, src, 0, src_nritems - push_items, in balance_node_right() 3186 ret = btrfs_tree_mod_log_eb_copy(split, c, 0, mid, c_nritems - mid); in split_node()
|