Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dextent-tree.c3375 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3392 spin_unlock(&cluster->refill_lock); in btrfs_lock_cluster()
3397 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3500 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3522 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3535 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3551 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3560 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3573 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
Dblock-group.c898 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
900 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
907 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
909 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
Dfree-space-cache.c3136 spin_lock_init(&cluster->refill_lock); in btrfs_init_free_cluster()
Dctree.h404 spinlock_t refill_lock; member