Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dreflink.c665 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
671 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
675 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
693 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
695 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
H A Droot-tree.c487 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
491 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
H A Dsend.c8090 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8100 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8132 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
8138 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8143 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8148 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8152 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8283 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8286 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8293 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
[all …]
H A Dctree.h244 spinlock_t root_item_lock; member
H A Dioctl.c1409 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1413 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1415 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
5177 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
5180 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
H A Dinode.c4570 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4572 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4580 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4590 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4676 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4680 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
9965 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
9967 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
9978 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
H A Ddisk-io.c709 spin_lock_init(&root->root_item_lock); in __setup_root()