Home
last modified time | relevance | path

Searched refs:root_dst (Results 1 – 1 of 1) sorted by relevance

/fs/btrfs/
Dioctl.c3267 struct btrfs_root *root_dst = BTRFS_I(dst)->root; in btrfs_extent_same() local
3269 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
3270 if (root_dst->send_in_progress) { in btrfs_extent_same()
3271 btrfs_warn_rl(root_dst->fs_info, in btrfs_extent_same()
3273 root_dst->root_key.objectid, in btrfs_extent_same()
3274 root_dst->send_in_progress); in btrfs_extent_same()
3275 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3278 root_dst->dedupe_in_progress++; in btrfs_extent_same()
3279 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3298 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
[all …]