Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent_io.h422 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src);
Dctree.c1301 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()
1369 eb = btrfs_clone_extent_buffer(old); in get_old_root()
1378 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()
5412 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
5423 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
Dbackref.c2016 eb = btrfs_clone_extent_buffer(path->nodes[0]);
2078 eb = btrfs_clone_extent_buffer(path->nodes[0]);
Dqgroup.c2685 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dextent_io.c4727 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src) in btrfs_clone_extent_buffer() function