Searched refs:btrfs_copy_root (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 539 int btrfs_copy_root(struct btrfs_trans_handle *trans,
|
H A D | relocation.c | 765 ret = btrfs_copy_root(trans, root, root->commit_root, &eb, in create_reloc_root() 788 ret = btrfs_copy_root(trans, root, root->node, &eb, in create_reloc_root()
|
H A D | transaction.c | 1788 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
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | relocation.c | 751 ret = btrfs_copy_root(trans, root, root->commit_root, &eb, in create_reloc_root() 774 ret = btrfs_copy_root(trans, root, root->node, &eb, in create_reloc_root()
|
H A D | transaction.c | 1653 ret = btrfs_copy_root(trans, root, old, &tmp, objectid); in create_pending_snapshot()
|
H A D | ctree.h | 2716 int btrfs_copy_root(struct btrfs_trans_handle *trans,
|
H A D | ctree.c | 178 int btrfs_copy_root(struct btrfs_trans_handle *trans, in btrfs_copy_root() function
|
Completed in 34 milliseconds