Home
last modified time | relevance | path

Searched refs:meta_bg (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dresize.c544 int meta_bg; in setup_new_flex_group_blocks() local
550 meta_bg = ext4_has_feature_meta_bg(sb); in setup_new_flex_group_blocks()
565 if (meta_bg == 0 && !ext4_bg_has_super(sb, group)) in setup_new_flex_group_blocks()
568 if (meta_bg == 1) in setup_new_flex_group_blocks()
1141 int size, int meta_bg) in update_backups() argument
1161 if (meta_bg == 0) { in update_backups()
1180 if (meta_bg == 0) in update_backups()
1212 if (meta_bg == 0) in update_backups()
1260 int meta_bg; in ext4_add_new_descs() local
1262 meta_bg = ext4_has_feature_meta_bg(sb); in ext4_add_new_descs()
[all …]
H A Dext4.h2213 EXT4_FEATURE_INCOMPAT_FUNCS(meta_bg, META_BG) in EXT4_FEATURE_COMPAT_FUNCS()
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst21 If the meta_bg feature flag is set, then several block groups are
22 grouped together into a meta group. Note that in the meta_bg case,
27 flex_bg and meta_bg do not appear to be mutually exclusive features.
/linux/fs/btrfs/
H A Dvolumes.c6209 struct btrfs_block_group *meta_bg; in init_first_rw_device() local
6241 meta_bg = btrfs_create_chunk(trans, meta_space_info, alloc_profile); in init_first_rw_device()
6242 if (IS_ERR(meta_bg)) in init_first_rw_device()
6243 return PTR_ERR(meta_bg); in init_first_rw_device()