Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c242 unsigned int max_resize_bg; in alloc_flex_gd() local
249 max_resize_bg = umin(flexbg_size, MAX_RESIZE_BG); in alloc_flex_gd()
250 flex_gd->resize_bg = max_resize_bg; 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()