Searched refs:root_dst (Results 1 – 1 of 1) sorted by relevance
716 struct btrfs_root *root_dst = dst->root; in btrfs_extent_same() local718 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()719 if (root_dst->send_in_progress) { in btrfs_extent_same()720 btrfs_warn_rl(root_dst->fs_info, in btrfs_extent_same()722 btrfs_root_id(root_dst), in btrfs_extent_same()723 root_dst->send_in_progress); in btrfs_extent_same()724 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()727 root_dst->dedupe_in_progress++; in btrfs_extent_same()728 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()746 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()[all …]