Lines Matching refs:meta_bg
487 int meta_bg; in setup_new_flex_group_blocks() local
493 meta_bg = EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_META_BG); in setup_new_flex_group_blocks()
508 if (meta_bg == 0 && !ext4_bg_has_super(sb, group)) in setup_new_flex_group_blocks()
511 if (meta_bg == 1) { in setup_new_flex_group_blocks()
1044 int size, int meta_bg) in update_backups() argument
1064 if (meta_bg == 0) { in update_backups()
1083 if (meta_bg == 0) in update_backups()
1111 if (meta_bg == 0) in update_backups()
1159 int meta_bg; in ext4_add_new_descs() local
1161 meta_bg = EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_META_BG); in ext4_add_new_descs()
1182 } else if (meta_bg != 0) { in ext4_add_new_descs()
1479 int meta_bg = EXT4_HAS_INCOMPAT_FEATURE(sb, in ext4_flex_group_add() local
1492 gdb_bh->b_size, meta_bg); in ext4_flex_group_add()
1885 int meta_bg; in ext4_resize_fs() local
1921 meta_bg = EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_META_BG); in ext4_resize_fs()
1924 if (meta_bg) { in ext4_resize_fs()
1947 if ((!resize_inode && !meta_bg) || n_blocks_count == o_blocks_count) { in ext4_resize_fs()