new_bgs          1878 fs/btrfs/block-group.c 	while (!list_empty(&trans->new_bgs)) {
new_bgs          1879 fs/btrfs/block-group.c 		block_group = list_first_entry(&trans->new_bgs,
new_bgs          1974 fs/btrfs/block-group.c 	list_add_tail(&cache->bg_list, &trans->new_bgs);
new_bgs           247 fs/btrfs/super.c 	if (!trans->dirty && list_empty(&trans->new_bgs)) {
new_bgs           151 fs/btrfs/transaction.c 	WARN_ON_ONCE(!list_empty(&trans->new_bgs));
new_bgs           574 fs/btrfs/transaction.c 	INIT_LIST_HEAD(&h->new_bgs);
new_bgs          1893 fs/btrfs/transaction.c        list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) {
new_bgs           127 fs/btrfs/transaction.h 	struct list_head new_bgs;