Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A 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()
H A Dextent_io.h252 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src);
H A Dextent_io.c2870 struct extent_buffer *btrfs_clone_extent_buffer(const struct extent_buffer *src) in btrfs_clone_extent_buffer() function
H A Dctree.c1786 clone = btrfs_clone_extent_buffer(lowest); in finish_need_commit_sem_search()
H A Dtree-log.c3675 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()