Searched refs:btrfs_copy_root (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.h | 548 int btrfs_copy_root(struct btrfs_trans_handle *trans,
|
H A D | relocation.c | 697 ret = btrfs_copy_root(trans, root, root->commit_root, &eb, in create_reloc_root() 720 ret = btrfs_copy_root(trans, root, root->node, &eb, in create_reloc_root()
|
H A D | transaction.c | 1789 ret = btrfs_copy_root(trans, root, old, &tmp, objectid); in create_pending_snapshot()
|
H A D | ctree.c | 309 int btrfs_copy_root(struct btrfs_trans_handle *trans, in btrfs_copy_root() function
|