Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dresize.c245 flex_gd = kmalloc(sizeof(*flex_gd), GFP_NOFS); in alloc_flex_gd()
246 if (flex_gd == NULL) in alloc_flex_gd()
263 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()
274 return flex_gd; in alloc_flex_gd()
279 kfree(flex_gd); in alloc_flex_gd()
288 kfree(flex_gd); in free_flex_gd()
709 flex_gd, in setup_new_flex_group_blocks()
1549 BUG_ON(!flex_gd->count || !flex_gd->groups || !flex_gd->bg_flags); in ext4_flex_group_add()
2174 flex_gd = NULL; in ext4_resize_fs()
[all …]