Home
last modified time | relevance | path

Searched refs:copy_extent_buffer (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.h334 void copy_extent_buffer(const struct extent_buffer *dst,
H A Dctree.c94 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, 0) + dst_offset, in copy_leaf_data()
133 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, dst_item), in copy_leaf_items()
2751 copy_extent_buffer(dst, src, in push_node_left()
2836 copy_extent_buffer(dst, src, in balance_node_right()
3042 copy_extent_buffer(split, c, in split_node()
H A Dtree-log.c668 copy_extent_buffer(dst_eb, wc->log_leaf, dst_ptr, src_ptr, item_size); in overwrite_item()
839 copy_extent_buffer(wc->subvol_path->nodes[0], wc->log_leaf, dest_offset, in replay_one_extent()
4090 copy_extent_buffer(dst, src, dst_offset, src_offset, batch.total_data_size); in flush_dir_items_batch()
4996 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
H A Dextent_io.c4217 void copy_extent_buffer(const struct extent_buffer *dst, in copy_extent_buffer() function