Home
last modified time | relevance | path

Searched refs:btrfs_copy_root (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dctree.h569 int btrfs_copy_root(struct btrfs_trans_handle *trans,
H A Drelocation.c625 ret = btrfs_copy_root(trans, root, root->commit_root, &eb, in create_reloc_root()
648 ret = btrfs_copy_root(trans, root, root->node, &eb, in create_reloc_root()
H A Dtransaction.c1799 ret = btrfs_copy_root(trans, root, old, &tmp, objectid); in create_pending_snapshot()
H A Dctree.c242 int btrfs_copy_root(struct btrfs_trans_handle *trans, in btrfs_copy_root() function