Lines Matching refs:root_dst
3261 struct btrfs_root *root_dst = BTRFS_I(dst)->root; in btrfs_extent_same() local
3263 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
3264 if (root_dst->send_in_progress) { in btrfs_extent_same()
3265 btrfs_warn_rl(root_dst->fs_info, in btrfs_extent_same()
3267 root_dst->root_key.objectid, in btrfs_extent_same()
3268 root_dst->send_in_progress); in btrfs_extent_same()
3269 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3272 root_dst->dedupe_in_progress++; in btrfs_extent_same()
3273 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3292 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
3293 root_dst->dedupe_in_progress--; in btrfs_extent_same()
3294 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()