Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dtree-mod-log.c944 eb_rewin = btrfs_clone_extent_buffer(eb); in btrfs_tree_mod_log_rewind()
1021 eb = btrfs_clone_extent_buffer(old); in btrfs_get_old_root()
1049 eb = btrfs_clone_extent_buffer(eb_root); in btrfs_get_old_root()
Dextent_io.h206 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
Dextent_io.c2538 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_next_leaf_item()
2605 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_search_slot()
3194 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function
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.c7403 clone = btrfs_clone_extent_buffer(path->nodes[level]); in replace_node_with_clone()
7739 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
7748 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
Dtree-log.c3651 src = btrfs_clone_extent_buffer(path->nodes[0]); in process_dir_items_leaf()
4313 src = btrfs_clone_extent_buffer(src_path->nodes[0]); in copy_items()
Dqgroup.c3331 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dctree.c1933 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()