Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent_io.h429 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src);
Dbackref.c2122 eb = btrfs_clone_extent_buffer(path->nodes[0]);
2181 eb = btrfs_clone_extent_buffer(path->nodes[0]);
Dctree.c1340 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()
1412 eb = btrfs_clone_extent_buffer(old); in get_old_root()
1441 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()
2676 b = btrfs_clone_extent_buffer(root->commit_root); in btrfs_search_slot_get_root()
Dsend.c7016 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
7026 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
Dqgroup.c3222 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dextent_io.c4983 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src) in btrfs_clone_extent_buffer() function