Searched refs:btrfs_clone_extent_buffer (Results 1 – 7 of 7) sorted by relevance
764 eb_rewin = btrfs_clone_extent_buffer(eb); in btrfs_tree_mod_log_rewind()836 eb = btrfs_clone_extent_buffer(old); in btrfs_get_old_root()864 eb = btrfs_clone_extent_buffer(eb_root); in btrfs_get_old_root()
204 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
2080 eb = btrfs_clone_extent_buffer(path->nodes[0]);2139 eb = btrfs_clone_extent_buffer(path->nodes[0]);
6906 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()6916 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
3183 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
1589 b = btrfs_clone_extent_buffer(root->commit_root); in btrfs_search_slot_get_root()
5835 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function