Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dreflink.c656 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
662 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
666 spin_unlock(&root_dst->root_item_lock); in btrfs_extent_same()
684 spin_lock(&root_dst->root_item_lock); in btrfs_extent_same()
686 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.c7192 spin_lock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7202 spin_unlock(&root->root_item_lock); in btrfs_root_dec_send_in_progress()
7232 spin_lock(&send_root->root_item_lock); in btrfs_ioctl_send()
7235 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7239 spin_unlock(&send_root->root_item_lock); in btrfs_ioctl_send()
7340 spin_lock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7343 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7350 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7356 spin_unlock(&clone_root->root_item_lock); in btrfs_ioctl_send()
7373 spin_lock(&sctx->parent_root->root_item_lock); in btrfs_ioctl_send()
[all …]
Dioctl.c2028 spin_lock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2032 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
2034 spin_unlock(&root->root_item_lock); in btrfs_ioctl_subvol_setflags()
Dinode.c4442 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4444 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4453 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4538 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4542 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
Dctree.h1179 spinlock_t root_item_lock; member
Ddisk-io.c1206 spin_lock_init(&root->root_item_lock); in __setup_root()