Searched refs:copy_extent_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | extent_io.h | 246 void copy_extent_buffer(const struct extent_buffer *dst,
|
A D | ctree.c | 109 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, 0) + dst_offset, in copy_leaf_data() 148 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, dst_item), in copy_leaf_items() 2698 copy_extent_buffer(dst, src, in push_node_left() 2780 copy_extent_buffer(dst, src, in balance_node_right() 2967 copy_extent_buffer(split, c, in split_node()
|
A D | tree-log.c | 558 copy_extent_buffer(path->nodes[0], eb, dst_ptr, in overwrite_item() 731 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent() 3637 copy_extent_buffer(dst, src, dst_offset, src_offset, batch.total_data_size); in flush_dir_items_batch() 4511 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
|
A D | extent_io.c | 4869 void copy_extent_buffer(const struct extent_buffer *dst, in copy_extent_buffer() function
|
Completed in 31 milliseconds