Lines Matching refs:root_dst
688 struct btrfs_root *root_dst = BTRFS_I(dst)->root;
690 spin_lock(&root_dst->root_item_lock);
691 if (root_dst->send_in_progress) {
692 btrfs_warn_rl(root_dst->fs_info,
694 root_dst->root_key.objectid,
695 root_dst->send_in_progress);
696 spin_unlock(&root_dst->root_item_lock);
699 root_dst->dedupe_in_progress++;
700 spin_unlock(&root_dst->root_item_lock);
718 spin_lock(&root_dst->root_item_lock);
719 root_dst->dedupe_in_progress--;
720 spin_unlock(&root_dst->root_item_lock);