Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dtree-mod-log.c942 eb_rewin = btrfs_clone_extent_buffer(eb); in btrfs_tree_mod_log_rewind()
1019 eb = btrfs_clone_extent_buffer(old); in btrfs_get_old_root()
1047 eb = btrfs_clone_extent_buffer(eb_root); in btrfs_get_old_root()
Dextent_io.h259 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
Dfiemap.c419 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_search_slot()
Dbackref.c2611 eb = btrfs_clone_extent_buffer(path->nodes[0]); in iterate_inode_refs()
2669 eb = btrfs_clone_extent_buffer(path->nodes[0]); in iterate_inode_extrefs()
Dsend.c7467 clone = btrfs_clone_extent_buffer(path->nodes[level]); in replace_node_with_clone()
7803 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
7812 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
Dextent_io.c2687 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function
Dqgroup.c3759 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dctree.c1786 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()
Dtree-log.c3693 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()