Searched refs:bg_cache (Results 1 – 1 of 1) sorted by relevance
421 struct btrfs_block_group *bg_cache; in lock_full_stripe() local428 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()429 if (!bg_cache) { in lock_full_stripe()435 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()437 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()439 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe()452 btrfs_put_block_group(bg_cache); in lock_full_stripe()468 struct btrfs_block_group *bg_cache; in unlock_full_stripe() local479 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()480 if (!bg_cache) { in unlock_full_stripe()[all …]