Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Droot-tree.c496 spin_lock(&root->root_item_lock); in btrfs_update_root_times()
500 spin_unlock(&root->root_item_lock); in btrfs_update_root_times()
Dsend.c7004 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7014 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7046 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7049 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7053 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7178 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7181 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7188 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7194 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7218 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dioctl.c1959 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1963 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
1965 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
3263 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
3269 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3273 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
3292 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
3294 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
Dinode.c4415 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4417 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4426 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4512 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4516 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
Dctree.h1038 spinlock_t root_item_lock; member
Ddisk-io.c1200 spin_lock_init(&root->root_item_lock); in __setup_root()