Home
last modified time | relevance | path

Searched refs:btrfs_clone_extent_buffer (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
Dtree-mod-log.c764 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()
Dextent_io.h204 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
Dbackref.c2146 eb = btrfs_clone_extent_buffer(path->nodes[0]);
2205 eb = btrfs_clone_extent_buffer(path->nodes[0]);
Dsend.c6852 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()
Dqgroup.c3269 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dctree.c1710 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()
Dextent_io.c5864 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function