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

/linux-master/fs/btrfs/
H A Dextent_io.h331 void copy_extent_buffer(const struct extent_buffer *dst,
H A Dctree.c97 * Wrapper around copy_extent_buffer() that takes into account the header on
107 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, 0) + dst_offset,
139 * Wrapper around copy_extent_buffer() that does the math to get the
146 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, dst_item),
2742 copy_extent_buffer(dst, src,
2827 copy_extent_buffer(dst, src,
3028 copy_extent_buffer(split, c,
H A Dtree-log.c555 copy_extent_buffer(path->nodes[0], eb, dst_ptr,
728 copy_extent_buffer(path->nodes[0], eb, dest_offset,
3643 copy_extent_buffer(dst, src, dst_offset, src_offset, batch.total_data_size);
4537 copy_extent_buffer(dst_path->nodes[0], src, dst_offset,
H A Dextent_io.c4659 void copy_extent_buffer(const struct extent_buffer *dst, function

Completed in 311 milliseconds