Searched refs:active_bg (Results 1 – 1 of 1) sorted by relevance
2192 struct btrfs_block_group **active_bg) in check_bg_is_active() argument2212 } else if (*active_bg != block_group) { in check_bg_is_active()2213 struct btrfs_block_group *tgt = *active_bg; in check_bg_is_active()2234 if (*active_bg == tgt) { in check_bg_is_active()2236 *active_bg = NULL; in check_bg_is_active()2241 if (*active_bg != block_group) { in check_bg_is_active()2242 ASSERT(*active_bg == NULL); in check_bg_is_active()2243 *active_bg = block_group; in check_bg_is_active()