Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A 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()
H A 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()
H A Dsend.c8117 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8127 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8159 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
8162 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8166 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8315 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8318 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8325 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8331 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8348 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
H A Dctree.h260 spinlock_t root_item_lock; member
H A Dinode.c4480 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4482 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4490 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4500 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4592 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4596 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
10692 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
10694 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
10704 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
H A Dioctl.c1496 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1500 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1502 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
H A Ddisk-io.c689 spin_lock_init(&root->root_item_lock); in __setup_root()