Lines Matching refs:bg_cache
605 struct btrfs_block_group *bg_cache; in lock_full_stripe() local
612 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in lock_full_stripe()
613 if (!bg_cache) { in lock_full_stripe()
619 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in lock_full_stripe()
621 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
623 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in lock_full_stripe()
636 btrfs_put_block_group(bg_cache); in lock_full_stripe()
652 struct btrfs_block_group *bg_cache; in unlock_full_stripe() local
663 bg_cache = btrfs_lookup_block_group(fs_info, bytenr); in unlock_full_stripe()
664 if (!bg_cache) { in unlock_full_stripe()
668 if (!(bg_cache->flags & BTRFS_BLOCK_GROUP_RAID56_MASK)) in unlock_full_stripe()
671 locks_root = &bg_cache->full_stripe_locks_root; in unlock_full_stripe()
672 fstripe_start = get_full_stripe_logical(bg_cache, bytenr); in unlock_full_stripe()
702 btrfs_put_block_group(bg_cache); in unlock_full_stripe()