Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.h287 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src);
Dbackref.c1793 eb = btrfs_clone_extent_buffer(path->nodes[0]);
1855 eb = btrfs_clone_extent_buffer(path->nodes[0]);
Dctree.c1387 eb_rewin = btrfs_clone_extent_buffer(eb); in tree_mod_log_rewind()
1450 eb = btrfs_clone_extent_buffer(old); in get_old_root()
1459 eb = btrfs_clone_extent_buffer(eb_root); in get_old_root()
Dqgroup.c2234 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
Dextent_io.c4770 struct extent_buffer *btrfs_clone_extent_buffer(struct extent_buffer *src) in btrfs_clone_extent_buffer() function