Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Docfs2_fs.h915 /*140*/ struct ocfs2_extent_list bg_list; member
1324 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1492 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1600 offsetof(struct ocfs2_group_desc, bg_list)) in ocfs2_gd_is_discontig()
1606 if (!gd->bg_list.l_next_free_rec) in ocfs2_gd_is_discontig()
Dsuballoc.c325 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent()
498 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig()
559 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
1655 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result()
1658 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result()
1659 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
/Linux-v5.4/fs/btrfs/
Dblock-group.c1265 bg_list); in btrfs_delete_unused_bgs()
1266 list_del_init(&block_group->bg_list); in btrfs_delete_unused_bgs()
1398 list_move(&block_group->bg_list, in btrfs_delete_unused_bgs()
1418 if (list_empty(&bg->bg_list)) { in btrfs_mark_bg_unused()
1421 list_add_tail(&bg->bg_list, &fs_info->unused_bgs); in btrfs_mark_bg_unused()
1623 INIT_LIST_HEAD(&cache->bg_list); in btrfs_create_block_group_cache()
1828 ASSERT(list_empty(&cache->bg_list)); in btrfs_read_block_groups()
1876 bg_list); in btrfs_create_pending_block_groups()
1896 list_del_init(&block_group->bg_list); in btrfs_create_pending_block_groups()
1969 list_add_tail(&cache->bg_list, &trans->new_bgs); in btrfs_make_block_group()
[all …]
Dblock-group.h113 struct list_head bg_list; member
Dtransaction.c70 bg_list); in btrfs_put_transaction()
71 list_del_init(&cache->bg_list); in btrfs_put_transaction()
1880 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups()
1882 list_del_init(&block_group->bg_list); in btrfs_cleanup_pending_block_groups()
Dextent-tree.c2923 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
2933 list_del_init(&block_group->bg_list); in btrfs_finish_extent_commit()
/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c229 INIT_LIST_HEAD(&cache->bg_list); in btrfs_alloc_dummy_block_group()