Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dreflink.c644 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
650 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
654 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
672 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
674 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
Droot-tree.c465 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
469 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
Dsend.c7218 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7228 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7258 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7261 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7265 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7366 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7369 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7376 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7382 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7399 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dinode.c4017 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4019 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4026 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4035 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4122 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4126 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
10241 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
10243 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
10252 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
Dioctl.c2039 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2043 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2045 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
Dctree.h1130 spinlock_t root_item_lock; member
Ddisk-io.c1089 spin_lock_init(&root->root_item_lock); in __setup_root()