Searched refs:btrfs_copy_root (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | transaction.c | 1391 ret = btrfs_copy_root(trans, root, old, &tmp, objectid); create_pending_snapshot()
|
H A D | relocation.c | 1385 ret = btrfs_copy_root(trans, root, root->commit_root, &eb, create_reloc_root() 1400 ret = btrfs_copy_root(trans, root, root->node, &eb, create_reloc_root()
|
H A D | ctree.c | 238 int btrfs_copy_root(struct btrfs_trans_handle *trans, btrfs_copy_root() function
|
H A D | ctree.h | 3558 int btrfs_copy_root(struct btrfs_trans_handle *trans,
|
Completed in 163 milliseconds