Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dblock-group.c1475 if (list_empty(&bg->bg_list)) { in btrfs_link_bg_list()
1477 list_add_tail(&bg->bg_list, list); in btrfs_link_bg_list()
1517 bg_list); in btrfs_delete_unused_bgs()
1721 list_move(&block_group->bg_list, in btrfs_delete_unused_bgs()
1752 if (list_empty(&bg->bg_list)) { in btrfs_mark_bg_unused()
1856 bg_list); in btrfs_reclaim_bgs_work()
1857 list_del_init(&bg->bg_list); in btrfs_reclaim_bgs_work()
2291 INIT_LIST_HEAD(&cache->bg_list); in btrfs_create_block_group_cache()
2773 bg_list); in btrfs_create_pending_block_groups()
4441 bg_list); in btrfs_free_block_groups()
[all …]
H A Ddiscard.c698 bg_list) { in btrfs_discard_punt_unused_bgs_list()
699 list_del_init(&block_group->bg_list); in btrfs_discard_punt_unused_bgs_list()
H A Dblock-group.h195 struct list_head bg_list; member
H A Dtransaction.c162 bg_list); in btrfs_put_transaction()
168 list_del_init(&cache->bg_list); in btrfs_put_transaction()
2103 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups()
2110 list_del_init(&block_group->bg_list); in btrfs_cleanup_pending_block_groups()
H A Dzoned.c2716 list_for_each_entry(bg, &fs_info->unused_bgs, bg_list) { in btrfs_reset_unused_block_groups()
2741 list_del_init(&bg->bg_list); in btrfs_reset_unused_block_groups()
H A Dextent-tree.c2861 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
2877 list_del_init(&block_group->bg_list); in btrfs_finish_extent_commit()
/linux-6.15/fs/ocfs2/
H A Docfs2_fs.h914 /*140*/ struct ocfs2_extent_list bg_list; member
1323 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1491 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1599 offsetof(struct ocfs2_group_desc, bg_list)) in ocfs2_gd_is_discontig()
1605 if (!gd->bg_list.l_next_free_rec) in ocfs2_gd_is_discontig()
H A Dsuballoc.c327 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent()
500 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig()
561 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
1710 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result()
1713 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result()
1714 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
/linux-6.15/fs/btrfs/tests/
H A Dbtrfs-tests.c240 INIT_LIST_HEAD(&cache->bg_list); in btrfs_alloc_dummy_block_group()