Home
last modified time | relevance | path

Searched refs:deleted_bgs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/btrfs/ !
Dtransaction.h85 struct list_head deleted_bgs; member
Dtransaction.c143 while (!list_empty(&transaction->deleted_bgs)) { in btrfs_put_transaction()
146 cache = list_first_entry(&transaction->deleted_bgs, in btrfs_put_transaction()
393 INIT_LIST_HEAD(&cur_trans->deleted_bgs); in join_transaction()
Dextent-tree.c2775 struct list_head *deleted_bgs; in btrfs_finish_extent_commit() local
2815 deleted_bgs = &trans->transaction->deleted_bgs; in btrfs_finish_extent_commit()
2816 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
Dblock-group.c1480 &trans->transaction->deleted_bgs); in btrfs_delete_unused_bgs()