Home
last modified time | relevance | path

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

/fs/ocfs2/
Docfs2_fs.h955 /*140*/ struct ocfs2_extent_list bg_list; member
1364 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1532 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1640 offsetof(struct ocfs2_group_desc, bg_list)) in ocfs2_gd_is_discontig()
1646 if (!gd->bg_list.l_next_free_rec) in ocfs2_gd_is_discontig()
Dsuballoc.c341 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent()
514 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig()
575 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
1646 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result()
1649 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result()
1650 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
/fs/btrfs/tests/
Dfree-space-tests.c55 INIT_LIST_HEAD(&cache->bg_list); in init_test_block_group()
/fs/btrfs/
Dextent-tree.c5951 if (list_empty(&cache->bg_list)) { in update_block_group()
5953 list_add_tail(&cache->bg_list, in update_block_group()
6378 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) { in btrfs_finish_extent_commit()
6388 list_del_init(&block_group->bg_list); in btrfs_finish_extent_commit()
9625 bg_list); in btrfs_free_block_groups()
9626 list_del_init(&block_group->bg_list); in btrfs_free_block_groups()
9766 INIT_LIST_HEAD(&cache->bg_list); in btrfs_create_block_group_cache()
9987 if (list_empty(&cache->bg_list)) { in btrfs_read_block_groups()
9989 list_add_tail(&cache->bg_list, in btrfs_read_block_groups()
10039 bg_list); in btrfs_create_pending_block_groups()
[all …]
Dscrub.c3657 if (list_empty(&cache->bg_list)) { in scrub_enumerate_chunks()
3659 list_add_tail(&cache->bg_list, in scrub_enumerate_chunks()
Dctree.h1371 struct list_head bg_list; member