Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dreflink.c666 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
672 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
676 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
695 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
697 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.c8049 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8059 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
8090 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
8096 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8101 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8106 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8110 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
8242 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8245 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
8252 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.c1408 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1412 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1414 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
5178 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
5181 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_sync()
H A Dinode.c4598 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4600 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4608 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4618 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4704 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4708 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
10018 spin_lock(&root->root_item_lock); in btrfs_swap_activate()
10020 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
10031 spin_unlock(&root->root_item_lock); in btrfs_swap_activate()
H A Ddisk-io.c707 spin_lock_init(&root->root_item_lock); in __setup_root()