Home
last modified time | relevance | path

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

/linux-4.1.27/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.c356 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent()
530 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig()
591 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
1663 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result()
1666 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result()
1667 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
/linux-4.1.27/fs/btrfs/tests/
Dfree-space-tests.c48 INIT_LIST_HEAD(&cache->bg_list); in init_test_block_group()
/linux-4.1.27/fs/btrfs/
Dextent-tree.c5695 if (list_empty(&cache->bg_list)) { in update_block_group()
5697 list_add_tail(&cache->bg_list, in update_block_group()
9171 bg_list); in btrfs_free_block_groups()
9172 list_del_init(&block_group->bg_list); in btrfs_free_block_groups()
9312 INIT_LIST_HEAD(&cache->bg_list); in btrfs_create_block_group_cache()
9462 if (list_empty(&cache->bg_list)) { in btrfs_read_block_groups()
9464 list_add_tail(&cache->bg_list, in btrfs_read_block_groups()
9509 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_create_pending_block_groups()
9527 list_del_init(&block_group->bg_list); in btrfs_create_pending_block_groups()
9598 list_add_tail(&cache->bg_list, &trans->new_bgs); in btrfs_make_block_group()
[all …]
Dctree.h1335 struct list_head bg_list; member