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.c718 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
724 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
728 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
746 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
748 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
H A Droot-tree.c468 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
472 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
H A Dsend.c7930 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7940 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7971 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7977 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7982 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7987 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7991 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8121 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8124 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8131 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
[all …]
H A Dctree.h240 spinlock_t root_item_lock; member
H A Dinode.c4791 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4793 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4801 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4811 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4897 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4901 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
10404 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
10406 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
10417 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
H A Dioctl.c1347 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1351 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1353 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
5108 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
5111 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
H A Ddisk-io.c684 spin_lock_init(&root->root_item_lock); in btrfs_alloc_root()