Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dreflink.c685 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
691 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
695 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
713 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
715 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
Droot-tree.c476 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
480 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
Dsend.c7781 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7791 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7821 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7824 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7828 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7969 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7972 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7979 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7985 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8002 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dinode.c4671 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4673 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4680 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4689 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4774 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4778 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
11045 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
11047 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
11056 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
Dioctl.c2353 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2357 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2359 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
Dctree.h1388 spinlock_t root_item_lock; member
Ddisk-io.c1042 spin_lock_init(&root->root_item_lock); in __setup_root()