Searched refs:btrfs_clone_extent_buffer (Results 1 – 4 of 4) sorted by relevance
268 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src);
1745 eb = btrfs_clone_extent_buffer(path->nodes[0]);1807 eb = btrfs_clone_extent_buffer(path->nodes[0]);
1385 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()1447 eb = btrfs_clone_extent_buffer(old); in get_old_root()1456 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()
4698 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src) in btrfs_clone_extent_buffer() function