Searched refs:ext4_bg_has_super (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | resize.c | 121 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() 944 ext4_bg_has_super(sb, group); in add_new_gdb_meta_bg() 1148 ext4_bg_has_super(sb, group)); in update_backups() 1226 int reserved_gdb = ext4_bg_has_super(sb, group) ? in ext4_add_new_descs() 1647 int reserved_gdb = ext4_bg_has_super(sb, input->group) ? in ext4_group_add()
|
| H A D | balloc.c | 797 int ext4_bg_has_super(struct super_block *sb, ext4_group_t group) in ext4_bg_has_super() function 835 if (!ext4_bg_has_super(sb, group)) in ext4_bg_num_gdb_nometa() 877 num = ext4_bg_has_super(sb, block_group); in ext4_num_base_meta_clusters()
|
| H A D | block_validity.c | 229 if (ext4_bg_has_super(sb, i) && in ext4_setup_system_zone()
|
| H A D | fsmap.c | 326 if (ext4_bg_has_super(sb, agno)) { in ext4_getfsmap_find_sb()
|
| H A D | super.c | 3279 if (ext4_bg_has_super(sb, bg)) in descriptor_loc() 3882 int has_super = ext4_bg_has_super(sb, grp); in count_overhead() 3914 if (ext4_bg_has_super(sb, grp)) { in count_overhead()
|
| H A D | ext4.h | 2579 extern int ext4_bg_has_super(struct super_block *sb, ext4_group_t group);
|