Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dresize.c111 if (ext4_bg_has_super(sb, group)) in ext4_group_overhead_blocks()
149 ext4_bg_has_super(sb, input->group) ? "normal" : in verify_group_input()
392 ext4_bg_has_super(sb, group + i) ? "normal" : in ext4_alloc_group_tables()
546 if (meta_bg == 0 && !ext4_bg_has_super(sb, group)) in setup_new_flex_group_blocks()
557 block = start + ext4_bg_has_super(sb, group); in setup_new_flex_group_blocks()
595 if (ext4_bg_has_super(sb, group)) { in setup_new_flex_group_blocks()
941 ext4_bg_has_super(sb, group); in add_new_gdb_meta_bg()
1146 ext4_bg_has_super(sb, group)); in update_backups()
1223 int reserved_gdb = ext4_bg_has_super(sb, group) ? in ext4_add_new_descs()
1648 int reserved_gdb = ext4_bg_has_super(sb, input->group) ? in ext4_group_add()
Dballoc.c803 int ext4_bg_has_super(struct super_block *sb, ext4_group_t group) in ext4_bg_has_super() function
841 if (!ext4_bg_has_super(sb, group)) in ext4_bg_num_gdb_nometa()
883 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.c3098 if (ext4_bg_has_super(sb, bg)) in descriptor_loc()
3703 return (ext4_bg_has_super(sb, grp) + ext4_bg_num_gdb(sb, grp) + in count_overhead()
3731 if (ext4_bg_has_super(sb, grp)) { in count_overhead()
Dext4.h2692 extern int ext4_bg_has_super(struct super_block *sb, ext4_group_t group);