Searched refs:copy_extent_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 3229 copy_extent_buffer(dst, src, in push_node_left() 3304 copy_extent_buffer(dst, src, in balance_node_right() 3508 copy_extent_buffer(split, c, in split_node() 3666 copy_extent_buffer(right, left, btrfs_leaf_data(right) + in __push_leaf_right() 3676 copy_extent_buffer(right, left, btrfs_item_nr_offset(0), in __push_leaf_right() 3870 copy_extent_buffer(left, right, in __push_leaf_left() 3878 copy_extent_buffer(left, right, btrfs_leaf_data(left) + in __push_leaf_left() 4049 copy_extent_buffer(right, l, btrfs_item_nr_offset(0), in copy_for_split() [all …]
|
D | extent_io.h | 303 void copy_extent_buffer(struct extent_buffer *dst, struct extent_buffer *src,
|
D | tree-log.c | 525 copy_extent_buffer(path->nodes[0], eb, dst_ptr, in overwrite_item() 681 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent() 3549 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
|
D | extent_io.c | 4721 copy_extent_buffer(new, src, 0, 0, src->len); in btrfs_clone_extent_buffer() 5492 void copy_extent_buffer(struct extent_buffer *dst, struct extent_buffer *src, in copy_extent_buffer() function
|