btrfs_cache_block_group
btrfs_cache_block_group(cache, true);
int btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait);
ret = btrfs_cache_block_group(cache, true);
ret = btrfs_cache_block_group(block_group, true);
ret = btrfs_cache_block_group(block_group, false);
ret = btrfs_cache_block_group(cache, true);
ret = btrfs_cache_block_group(bg, true);