Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dresize.c545 int meta_bg; in setup_new_flex_group_blocks() local
551 meta_bg = ext4_has_feature_meta_bg(sb); in setup_new_flex_group_blocks()
569 if (meta_bg == 1) in setup_new_flex_group_blocks()
1142 int size, int meta_bg) in update_backups() argument
1162 if (meta_bg == 0) { in update_backups()
1181 if (meta_bg == 0) in update_backups()
1213 if (meta_bg == 0) in update_backups()
1261 int meta_bg; in ext4_add_new_descs() local
1286 } else if (meta_bg != 0) { in ext4_add_new_descs()
2013 int meta_bg; in ext4_resize_fs() local
[all …]
H A Dext4.h2145 EXT4_FEATURE_INCOMPAT_FUNCS(meta_bg, META_BG) in EXT4_FEATURE_COMPAT_FUNCS()
/linux-6.15/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.
H A Dbitmaps.rst18 necessarily the case that no blocks are in use -- if ``meta_bg`` is set,
H A Dsuper.rst259 - First metablock block group, if the meta_bg feature is enabled.
/linux-6.15/fs/btrfs/
H A Dvolumes.c5730 struct btrfs_block_group *meta_bg; in init_first_rw_device() local
5755 meta_bg = btrfs_create_chunk(trans, alloc_profile); in init_first_rw_device()
5756 if (IS_ERR(meta_bg)) in init_first_rw_device()
5757 return PTR_ERR(meta_bg); in init_first_rw_device()