Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.h300 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
H A Dfiemap.c419 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_search_slot()
H A Dbackref.c2614 eb = btrfs_clone_extent_buffer(path->nodes[0]); in iterate_inode_refs()
2672 eb = btrfs_clone_extent_buffer(path->nodes[0]); in iterate_inode_extrefs()
H A Dsend.c7309 clone = btrfs_clone_extent_buffer(path->nodes[level]); in replace_node_with_clone()
7645 btrfs_clone_extent_buffer(left_root->commit_root); in btrfs_compare_trees()
7654 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
H A Dqgroup.c3794 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
H A Dctree.c1804 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()
H A Dextent_io.c3376 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function
H A Dtree-log.c4091 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()