Searched refs:bg_list (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | block-group.c | 1568 if (list_empty(&bg->bg_list)) { in btrfs_link_bg_list() 1570 list_add_tail(&bg->bg_list, list); in btrfs_link_bg_list() 1610 bg_list); in btrfs_delete_unused_bgs() 1611 list_del_init(&block_group->bg_list); in btrfs_delete_unused_bgs() 1838 list_move(&block_group->bg_list, in btrfs_delete_unused_bgs() 1869 if (list_empty(&bg->bg_list)) { in btrfs_mark_bg_unused() 1872 list_add_tail(&bg->bg_list, &fs_info->unused_bgs); in btrfs_mark_bg_unused() 1879 list_move_tail(&bg->bg_list, &fs_info->unused_bgs); in btrfs_mark_bg_unused() 1893 bg1 = list_entry(a, struct btrfs_block_group, bg_list); in reclaim_bgs_cmp() 1894 bg2 = list_entry(b, struct btrfs_block_group, bg_list); in reclaim_bgs_cmp() [all …]
|
| H A D | block-group.h | 217 struct list_head bg_list; member
|
| H A D | transaction.c | 164 bg_list); in btrfs_put_transaction() 170 list_del_init(&cache->bg_list); in btrfs_put_transaction() 2144 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups() 2151 list_del_init(&block_group->bg_list); in btrfs_cleanup_pending_block_groups()
|
| H A D | zoned.c | 2794 struct list_head *bg_list; in btrfs_zoned_reserve_data_reloc_bg() local 2813 bg_list = &space_info->block_groups[index]; in btrfs_zoned_reserve_data_reloc_bg() 2814 list_for_each_entry(bg, bg_list, list) { in btrfs_zoned_reserve_data_reloc_bg() 3135 list_for_each_entry(bg, &fs_info->unused_bgs, bg_list) { in btrfs_reset_unused_block_groups() 3160 list_del_init(&bg->bg_list); in btrfs_reset_unused_block_groups()
|
| H A D | extent-tree.c | 2945 if (!list_empty(&bg->bg_list)) { in btrfs_complete_bg_remapping() 2946 list_del_init(&bg->bg_list); in btrfs_complete_bg_remapping() 2965 struct btrfs_block_group, bg_list); in btrfs_handle_fully_remapped_bgs() 2966 list_del_init(&bg->bg_list); in btrfs_handle_fully_remapped_bgs() 3063 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit() 3075 list_del_init(&block_group->bg_list); in btrfs_finish_extent_commit()
|
| H A D | free-space-cache.c | 3849 if (!list_empty(&bg->bg_list)) { in btrfs_trim_fully_remapped_block_group() 3850 list_del_init(&bg->bg_list); in btrfs_trim_fully_remapped_block_group()
|