Searched refs:bg_list (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | ocfs2_fs.h | 918 /*140*/ struct ocfs2_extent_list bg_list; member 1329 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd() 1497 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd() 1605 offsetof(struct ocfs2_group_desc, bg_list)) in ocfs2_gd_is_discontig() 1611 if (!gd->bg_list.l_next_free_rec) in ocfs2_gd_is_discontig()
|
| H A D | suballoc.c | 328 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() 501 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() 562 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup() 1711 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result() 1714 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result() 1715 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
|
| /linux/fs/btrfs/ |
| H A D | discard.c | 700 bg_list) { in btrfs_discard_punt_unused_bgs_list() 701 list_del_init(&block_group->bg_list); in btrfs_discard_punt_unused_bgs_list()
|
| H A D | transaction.c | 163 bg_list); in btrfs_put_transaction() 169 list_del_init(&cache->bg_list); in btrfs_put_transaction() 2118 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) { in btrfs_cleanup_pending_block_groups() 2125 list_del_init(&block_group->bg_list); in btrfs_cleanup_pending_block_groups()
|
| H A D | zoned.c | 2551 struct list_head *bg_list; in btrfs_zoned_reserve_data_reloc_bg() local 2572 bg_list = &space_info->block_groups[index]; in btrfs_zoned_reserve_data_reloc_bg() 2573 list_for_each_entry(bg, bg_list, list) { in btrfs_zoned_reserve_data_reloc_bg() 2901 list_for_each_entry(bg, &fs_info->unused_bgs, bg_list) { in btrfs_reset_unused_block_groups() 2926 list_del_init(&bg->bg_list); in btrfs_reset_unused_block_groups()
|