Searched refs:used_bg (Results 1 – 1 of 1) sorted by relevance
3590 used_bg = cluster->block_group; in btrfs_lock_cluster()3591 if (!used_bg) in btrfs_lock_cluster()3594 if (used_bg == block_group) in btrfs_lock_cluster()3595 return used_bg; in btrfs_lock_cluster()3597 btrfs_get_block_group(used_bg); in btrfs_lock_cluster()3600 return used_bg; in btrfs_lock_cluster()3603 return used_bg; in btrfs_lock_cluster()3611 if (used_bg == cluster->block_group) in btrfs_lock_cluster()3612 return used_bg; in btrfs_lock_cluster()3614 up_read(&used_bg->data_rwsem); in btrfs_lock_cluster()[all …]