Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dextent_io.h207 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
Dctree.c1301 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()
1373 eb = btrfs_clone_extent_buffer(old); in get_old_root()
1402 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()
2607 b = btrfs_clone_extent_buffer(root->commit_root); in btrfs_search_slot_get_root()
Dbackref.c2146 eb = btrfs_clone_extent_buffer(path->nodes[0]);
2205 eb = btrfs_clone_extent_buffer(path->nodes[0]);
Dsend.c6940 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
6950 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
Dqgroup.c3251 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dextent_io.c4993 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function