Lines Matching refs:root_dst
642 struct btrfs_root *root_dst = BTRFS_I(dst)->root;
644 spin_lock(&root_dst->root_item_lock);
645 if (root_dst->send_in_progress) {
646 btrfs_warn_rl(root_dst->fs_info,
648 root_dst->root_key.objectid,
649 root_dst->send_in_progress);
650 spin_unlock(&root_dst->root_item_lock);
653 root_dst->dedupe_in_progress++;
654 spin_unlock(&root_dst->root_item_lock);
672 spin_lock(&root_dst->root_item_lock);
673 root_dst->dedupe_in_progress--;
674 spin_unlock(&root_dst->root_item_lock);