Home
last modified time | relevance | path

Searched refs:new_bgs (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/btrfs/
A Dtransaction.h143 struct list_head new_bgs; member
A Dtransaction.c691 INIT_LIST_HEAD(&h->new_bgs); in start_transaction()
2052 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups()
A Dblock-group.c2614 while (!list_empty(&trans->new_bgs)) { in btrfs_create_pending_block_groups()
2617 block_group = list_first_entry(&trans->new_bgs, in btrfs_create_pending_block_groups()
2754 list_add_tail(&cache->bg_list, &trans->new_bgs); in btrfs_make_block_group()

Completed in 13 milliseconds