Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dresize.c230 ext4_group_t resize_bg; /* number of allocated member
256 flex_gd->resize_bg = MAX_RESIZE_BG; in alloc_flex_gd()
258 flex_gd->resize_bg = flexbg_size; in alloc_flex_gd()
260 flex_gd->groups = kmalloc_array(flex_gd->resize_bg, in alloc_flex_gd()
269 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd()
1607 last_group = group | (flex_gd->resize_bg - 1); in ext4_setup_next_flex_gd()
/kernel/linux/linux-6.6/fs/ext4/
H A 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()
1658 last_group = group | (flex_gd->resize_bg - 1); in ext4_setup_next_flex_gd()

Completed in 5 milliseconds