Searched refs:btrfs_clone_extent_buffer (Results 1 – 6 of 6) sorted by relevance
207 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
1298 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()1367 eb = btrfs_clone_extent_buffer(old); in get_old_root()1377 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()2585 b = btrfs_clone_extent_buffer(root->commit_root); in btrfs_search_slot_get_root()
2080 eb = btrfs_clone_extent_buffer(path->nodes[0]);2139 eb = btrfs_clone_extent_buffer(path->nodes[0]);
6875 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()6885 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
3186 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
4984 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function