Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent-tree.c3411 __acquires(&cluster->refill_lock) in btrfs_lock_cluster()
3415 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3432 spin_unlock(&cluster->refill_lock); in btrfs_lock_cluster()
3437 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
3560 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3582 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3595 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3611 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3620 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
3633 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered()
Dblock-group.c928 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
930 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
937 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
939 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
Dctree.h486 spinlock_t refill_lock; member
Dfree-space-cache.c3618 spin_lock_init(&cluster->refill_lock); in btrfs_init_free_cluster()