Searched refs:new_bgs (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | transaction.h | 139 struct list_head new_bgs; member
|
H A D | transaction.c | 262 WARN_ON_ONCE(!list_empty(&trans->new_bgs)); in btrfs_trans_release_chunk_metadata() 695 INIT_LIST_HEAD(&h->new_bgs); in start_transaction() 2013 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups()
|
H A D | block-group.c | 2117 while (!list_empty(&trans->new_bgs)) { in btrfs_create_pending_block_groups() 2120 block_group = list_first_entry(&trans->new_bgs, in btrfs_create_pending_block_groups() 2220 list_add_tail(&cache->bg_list, &trans->new_bgs); in btrfs_make_block_group() 2676 * other task (struct btrfs_trans_handle->new_bgs). This in btrfs_start_dirty_block_groups() 3215 * handle's new_bgs list to avoid exhausting the chunk block reserve in btrfs_chunk_alloc()
|
H A D | super.c | 274 if (!trans->dirty && list_empty(&trans->new_bgs)) { in __btrfs_abort_transaction()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | transaction.h | 144 struct list_head new_bgs; member
|
H A D | transaction.c | 700 INIT_LIST_HEAD(&h->new_bgs); in start_transaction() 2084 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups()
|
H A D | block-group.c | 2718 while (!list_empty(&trans->new_bgs)) { in btrfs_create_pending_block_groups() 2721 block_group = list_first_entry(&trans->new_bgs, in btrfs_create_pending_block_groups() 2866 list_add_tail(&cache->bg_list, &trans->new_bgs); in btrfs_make_block_group() 3393 * other task (struct btrfs_trans_handle->new_bgs). This in btrfs_start_dirty_block_groups()
|
Completed in 19 milliseconds