Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dresize.c121 if (ext4_bg_has_super(sb, group)) in ext4_group_overhead_blocks()
159 ext4_bg_has_super(sb, input->group) ? "normal" : in verify_group_input()
402 ext4_bg_has_super(sb, group + i) ? "normal" : in ext4_alloc_group_tables()
554 if (meta_bg == 0 && !ext4_bg_has_super(sb, group)) in setup_new_flex_group_blocks()
565 block = start + ext4_bg_has_super(sb, group); in setup_new_flex_group_blocks()
602 if (ext4_bg_has_super(sb, group)) { in setup_new_flex_group_blocks()
947 ext4_bg_has_super(sb, group); in add_new_gdb_meta_bg()
1151 ext4_bg_has_super(sb, group)); in update_backups()
1229 int reserved_gdb = ext4_bg_has_super(sb, group) ? in ext4_add_new_descs()
1653 int reserved_gdb = ext4_bg_has_super(sb, input->group) ? in ext4_group_add()
Dballoc.c813 int ext4_bg_has_super(struct super_block *sb, ext4_group_t group) in ext4_bg_has_super() function
851 if (!ext4_bg_has_super(sb, group)) in ext4_bg_num_gdb_nometa()
893 num = ext4_bg_has_super(sb, block_group); in ext4_num_base_meta_clusters()
Dblock_validity.c227 if (ext4_bg_has_super(sb, i) && in ext4_setup_system_zone()
Dfsmap.c326 if (ext4_bg_has_super(sb, agno)) { in ext4_getfsmap_find_sb()
Dsuper.c3251 if (ext4_bg_has_super(sb, bg)) in descriptor_loc()
3854 int has_super = ext4_bg_has_super(sb, grp); in count_overhead()
3886 if (ext4_bg_has_super(sb, grp)) { in count_overhead()
Dext4.h2557 extern int ext4_bg_has_super(struct super_block *sb, ext4_group_t group);