Searched refs:copy_leaf_data (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | ctree.c | 89 static inline void copy_leaf_data(const struct extent_buffer *dst, in copy_leaf_data() function 3168 copy_leaf_data(right, left, BTRFS_LEAF_DATA_SIZE(fs_info) - push_space, in __push_leaf_right() 3369 copy_leaf_data(left, right, leaf_data_end(left) - push_space, in __push_leaf_left() 3529 copy_leaf_data(right, l, BTRFS_LEAF_DATA_SIZE(fs_info) - data_copy_size, in copy_for_split()
|