Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dresize.c234 ext4_group_t resize_bg; /* number of allocated member
260 flex_gd->resize_bg = MAX_RESIZE_BG; in alloc_flex_gd()
262 flex_gd->resize_bg = flexbg_size; in alloc_flex_gd()
264 flex_gd->groups = kmalloc_array(flex_gd->resize_bg, in alloc_flex_gd()
270 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd()
1657 last_group = group | (flex_gd->resize_bg - 1); in ext4_setup_next_flex_gd()