Searched refs:active_bg (Results 1 – 1 of 1) sorted by relevance
2166 struct btrfs_block_group **active_bg) in check_bg_is_active() argument2182 } else if (*active_bg != block_group) { in check_bg_is_active()2183 struct btrfs_block_group *tgt = *active_bg; in check_bg_is_active()2204 if (*active_bg == tgt) { in check_bg_is_active()2206 *active_bg = NULL; in check_bg_is_active()2211 if (*active_bg != block_group) { in check_bg_is_active()2212 ASSERT(*active_bg == NULL); in check_bg_is_active()2213 *active_bg = block_group; in check_bg_is_active()