Lines Matching refs:cluster
6663 struct btrfs_free_cluster *cluster, in btrfs_lock_cluster() argument
6669 spin_lock(&cluster->refill_lock); in btrfs_lock_cluster()
6671 if (used_bg == cluster->block_group) in btrfs_lock_cluster()
6678 used_bg = cluster->block_group; in btrfs_lock_cluster()
6693 spin_unlock(&cluster->refill_lock); in btrfs_lock_cluster()
9626 struct btrfs_free_cluster *cluster; in btrfs_remove_block_group() local
9659 cluster = &root->fs_info->data_alloc_cluster; in btrfs_remove_block_group()
9660 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
9661 btrfs_return_cluster_to_free_space(block_group, cluster); in btrfs_remove_block_group()
9662 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()
9668 cluster = &root->fs_info->meta_alloc_cluster; in btrfs_remove_block_group()
9669 spin_lock(&cluster->refill_lock); in btrfs_remove_block_group()
9670 btrfs_return_cluster_to_free_space(block_group, cluster); in btrfs_remove_block_group()
9671 spin_unlock(&cluster->refill_lock); in btrfs_remove_block_group()