Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c221 ext4_group_t resize_bg; /* number of allocated member
250 flex_gd->resize_bg = max_resize_bg; in alloc_flex_gd()
253 last_group = o_group | (flex_gd->resize_bg - 1); in alloc_flex_gd()
255 flex_gd->resize_bg = 1 << fls(n_group - o_group); in alloc_flex_gd()
256 else if (n_group - last_group < flex_gd->resize_bg) in alloc_flex_gd()
257 flex_gd->resize_bg = 1 << max(fls(last_group - o_group), in alloc_flex_gd()
260 if (WARN_ON_ONCE(flex_gd->resize_bg > max_resize_bg)) in alloc_flex_gd()
261 flex_gd->resize_bg = max_resize_bg; in alloc_flex_gd()
264 flex_gd->resize_bg, GFP_NOFS); in alloc_flex_gd()
268 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd()
[all …]