Home
last modified time | relevance | path

Searched refs:bg_list (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dblock-group.c1568 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 Dblock-group.h217 struct list_head bg_list; member
H A Dtransaction.c164 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 Dzoned.c2794 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 Dextent-tree.c2945 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 Dfree-space-cache.c3849 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()