Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dreflink.c642 struct btrfs_root *root_dst = BTRFS_I(dst)->root; in btrfs_extent_same() local
644 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
645 if (root_dst->send_in_progress) { in btrfs_extent_same()
646 btrfs_warn_rl(root_dst->fs_info, in btrfs_extent_same()
648 root_dst->root_key.objectid, in btrfs_extent_same()
649 root_dst->send_in_progress); in btrfs_extent_same()
650 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
653 root_dst->dedupe_in_progress++; in btrfs_extent_same()
654 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
672 spin_lock(&root_dst in btrfs_extent_same()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dreflink.c688 struct btrfs_root *root_dst = BTRFS_I(dst)->root; in btrfs_extent_same() local
690 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
691 if (root_dst->send_in_progress) { in btrfs_extent_same()
692 btrfs_warn_rl(root_dst->fs_info, in btrfs_extent_same()
694 root_dst->root_key.objectid, in btrfs_extent_same()
695 root_dst->send_in_progress); in btrfs_extent_same()
696 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
699 root_dst->dedupe_in_progress++; in btrfs_extent_same()
700 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
718 spin_lock(&root_dst in btrfs_extent_same()
[all...]

Completed in 2 milliseconds