Searched refs:node_bg (Results 1 – 1 of 1) sorted by relevance
4899 struct rb_node *node_bg, *node_chunk; in btrfs_populate_fully_remapped_bgs_list() local4901 node_bg = rb_first_cached(&fs_info->block_group_cache_tree); in btrfs_populate_fully_remapped_bgs_list()4904 while (node_bg && node_chunk) { in btrfs_populate_fully_remapped_bgs_list()4908 bg = rb_entry(node_bg, struct btrfs_block_group, cache_node); in btrfs_populate_fully_remapped_bgs_list()4949 node_bg = rb_next(node_bg); in btrfs_populate_fully_remapped_bgs_list()4953 ASSERT(!node_bg && !node_chunk); in btrfs_populate_fully_remapped_bgs_list()