Lines Matching refs:bg_cache
426 struct btrfs_block_group *bg_cache; in lock_full_stripe() local
433 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()
434 if (!bg_cache) { in lock_full_stripe()
440 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()
442 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
444 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe()
457 btrfs_put_block_group(bg_cache); in lock_full_stripe()
473 struct btrfs_block_group *bg_cache; in unlock_full_stripe() local
484 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()
485 if (!bg_cache) { in unlock_full_stripe()
489 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in unlock_full_stripe()
492 locks_root = &bg_cache->full_stripe_locks_root; in unlock_full_stripe()
493 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in unlock_full_stripe()
523 btrfs_put_block_group(bg_cache); in unlock_full_stripe()