Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dreflink.c597 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
603 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
607 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
625 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
627 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
Droot-tree.c463 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
467 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
Dsend.c7153 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7163 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7193 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7196 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7200 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7301 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7304 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7311 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7317 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7334 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dioctl.c1971 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1975 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1977 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
Dinode.c4005 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4007 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4016 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4103 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4107 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
Dctree.h1122 spinlock_t root_item_lock; member
Ddisk-io.c1089 spin_lock_init(&root->root_item_lock); in __setup_root()