Searched refs:node_bg (Results 1 – 1 of 1) sorted by relevance
4864 struct rb_node *node_bg, *node_chunk; in btrfs_populate_fully_remapped_bgs_list() local4866 node_bg = rb_first_cached(&fs_info->block_group_cache_tree); in btrfs_populate_fully_remapped_bgs_list()4869 while (node_bg && node_chunk) { in btrfs_populate_fully_remapped_bgs_list()4873 bg = rb_entry(node_bg, struct btrfs_block_group, cache_node); in btrfs_populate_fully_remapped_bgs_list()4914 node_bg = rb_next(node_bg); in btrfs_populate_fully_remapped_bgs_list()4918 ASSERT(!node_bg && !node_chunk); in btrfs_populate_fully_remapped_bgs_list()