Home
last modified time | relevance | path

Searched refs:deleted_bgs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.h84 struct list_head deleted_bgs; member
H A Dtransaction.c132 * If any block groups are found in ->deleted_bgs then it's in btrfs_put_transaction()
138 while (!list_empty(&transaction->deleted_bgs)) { in btrfs_put_transaction()
141 cache = list_first_entry(&transaction->deleted_bgs, in btrfs_put_transaction()
378 INIT_LIST_HEAD(&cur_trans->deleted_bgs); in join_transaction()
H A Dextent-tree.c2825 struct list_head *deleted_bgs; in btrfs_finish_extent_commit() local
2868 deleted_bgs = &trans->transaction->deleted_bgs; in btrfs_finish_extent_commit()
2869 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
H A Dblock-group.c1510 * to add the block group to the deleted_bgs list. in btrfs_delete_unused_bgs()
1513 &trans->transaction->deleted_bgs); in btrfs_delete_unused_bgs()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.h90 struct list_head deleted_bgs; member
H A Dtransaction.c155 * If any block groups are found in ->deleted_bgs then it's in btrfs_put_transaction()
161 while (!list_empty(&transaction->deleted_bgs)) { in btrfs_put_transaction()
164 cache = list_first_entry(&transaction->deleted_bgs, in btrfs_put_transaction()
380 INIT_LIST_HEAD(&cur_trans->deleted_bgs); in join_transaction()
H A Dextent-tree.c2787 struct list_head *deleted_bgs; in btrfs_finish_extent_commit() local
2826 deleted_bgs = &trans->transaction->deleted_bgs; in btrfs_finish_extent_commit()
2827 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
H A Dblock-group.c1693 * to add the block group to the deleted_bgs list. in btrfs_delete_unused_bgs()
1696 &trans->transaction->deleted_bgs); in btrfs_delete_unused_bgs()

Completed in 47 milliseconds