Home
last modified time | relevance | path

Searched refs:refill_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dextent-tree.c3424 __acquires(&cluster->refill_lock) in btrfs_lock_cluster()
3428 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3445 spin_unlock(&cluster->refill_lock); in btrfs_lock_cluster()
3450 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3568 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3590 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3603 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3619 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3628 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3641 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
Dblock-group.c891 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
893 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
900 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
902 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
Dctree.h438 spinlock_t refill_lock; member
Dfree-space-cache.c3482 spin_lock_init(&cluster->refill_lock); in btrfs_init_free_cluster()