Lines Matching refs:bg_cache
591 struct btrfs_block_group *bg_cache; in lock_full_stripe() local
598 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()
599 if (!bg_cache) { in lock_full_stripe()
605 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()
607 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
609 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe()
622 btrfs_put_block_group(bg_cache); in lock_full_stripe()
638 struct btrfs_block_group *bg_cache; in unlock_full_stripe() local
649 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()
650 if (!bg_cache) { in unlock_full_stripe()
654 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in unlock_full_stripe()
657 locks_root = &bg_cache->full_stripe_locks_root; in unlock_full_stripe()
658 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in unlock_full_stripe()
688 btrfs_put_block_group(bg_cache); in unlock_full_stripe()