Searched refs:copy_extent_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 264 copy_extent_buffer(cow, buf, 0, 0, cow->len); in btrfs_copy_root() 1140 copy_extent_buffer(cow, buf, 0, 0, cow->len); in __btrfs_cow_block() 3235 copy_extent_buffer(dst, src, in push_node_left() 3310 copy_extent_buffer(dst, src, in balance_node_right() 3514 copy_extent_buffer(split, c, in split_node() 3672 copy_extent_buffer(right, left, btrfs_leaf_data(right) + in __push_leaf_right() 3682 copy_extent_buffer(right, left, btrfs_item_nr_offset(0), in __push_leaf_right() 3876 copy_extent_buffer(left, right, in __push_leaf_left() 3884 copy_extent_buffer(left, right, btrfs_leaf_data(left) + in __push_leaf_left() 4055 copy_extent_buffer(right, l, btrfs_item_nr_offset(0), in copy_for_split() [all …]
|
D | extent_io.h | 322 void copy_extent_buffer(struct extent_buffer *dst, struct extent_buffer *src,
|
D | tree-log.c | 518 copy_extent_buffer(path->nodes[0], eb, dst_ptr, in overwrite_item() 674 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent() 3657 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
|
D | extent_io.c | 4793 copy_extent_buffer(new, src, 0, 0, src->len); in btrfs_clone_extent_buffer() 5564 void copy_extent_buffer(struct extent_buffer *dst, struct extent_buffer *src, in copy_extent_buffer() function
|