Searched refs:meta_bg (Results 1 – 4 of 4) sorted by relevance
525 int meta_bg; in setup_new_flex_group_blocks() local531 meta_bg = ext4_has_feature_meta_bg(sb); in setup_new_flex_group_blocks()546 if (meta_bg == 0 && !ext4_bg_has_super(sb, group)) in setup_new_flex_group_blocks()549 if (meta_bg == 1) { in setup_new_flex_group_blocks()1105 int size, int meta_bg) in update_backups() argument1125 if (meta_bg == 0) { in update_backups()1142 if (meta_bg == 0) in update_backups()1171 if (meta_bg == 0) in update_backups()1219 int meta_bg; in ext4_add_new_descs() local1221 meta_bg = ext4_has_feature_meta_bg(sb); in ext4_add_new_descs()[all …]
2122 EXT4_FEATURE_INCOMPAT_FUNCS(meta_bg, META_BG) in EXT4_FEATURE_COMPAT_FUNCS()
18 necessarily the case that no blocks are in use -- if ``meta_bg`` is set,
5556 struct btrfs_block_group *meta_bg; in init_first_rw_device() local5581 meta_bg = btrfs_alloc_chunk(trans, alloc_profile); in init_first_rw_device()5582 if (IS_ERR(meta_bg)) in init_first_rw_device()5583 return PTR_ERR(meta_bg); in init_first_rw_device()