Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dreflink.c690 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
696 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
700 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
718 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
720 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
Droot-tree.c480 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
484 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
Dctree.h260 spinlock_t root_item_lock; member
Dsend.c8042 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8052 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8084 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
8087 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8091 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8240 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8243 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8250 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8256 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8273 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dinode.c4455 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4457 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4464 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4473 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4558 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4562 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
10621 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
10623 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
10632 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
Dioctl.c1463 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1467 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1469 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
Ddisk-io.c689 spin_lock_init(&root->root_item_lock); in __setup_root()