Searched refs:ret_bg (Results 1 – 1 of 1) sorted by relevance
4078 struct btrfs_block_group *ret_bg; in btrfs_chunk_alloc() local4179 ret_bg = do_chunk_alloc(trans, flags); in btrfs_chunk_alloc()4182 if (IS_ERR(ret_bg)) { in btrfs_chunk_alloc()4183 ret = PTR_ERR(ret_bg); in btrfs_chunk_alloc()4189 btrfs_zone_activate(ret_bg); in btrfs_chunk_alloc()4193 btrfs_put_block_group(ret_bg); in btrfs_chunk_alloc()