Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dresize.c255 flex_gd = kmalloc(sizeof(*flex_gd), GFP_NOFS); in alloc_flex_gd()
256 if (flex_gd == NULL) 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()
275 return flex_gd; in alloc_flex_gd()
280 kfree(flex_gd); in alloc_flex_gd()
289 kfree(flex_gd); in free_flex_gd()
698 flex_gd, in setup_new_flex_group_blocks()
1551 BUG_ON(!flex_gd->count || !flex_gd->groups || !flex_gd->bg_flags); in ext4_flex_group_add()
2180 flex_gd = NULL; in ext4_resize_fs()
[all …]