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);
2146 eb = btrfs_clone_extent_buffer(path->nodes[0]);2205 eb = btrfs_clone_extent_buffer(path->nodes[0]);
6852 clone = btrfs_clone_extent_buffer(path->nodes[level]); in replace_node_with_clone()7188 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()7197 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
3269 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
1710 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()
5864 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function