Searched refs:flex_gd (Results 1 – 1 of 1) sorted by relevance
253 struct ext4_new_flex_group_data *flex_gd; in alloc_flex_gd() local255 flex_gd = kmalloc(sizeof(*flex_gd), GFP_NOFS); in alloc_flex_gd()256 if (flex_gd == NULL) in alloc_flex_gd()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()267 if (flex_gd->groups == NULL) in alloc_flex_gd()270 flex_gd->bg_flags = kmalloc_array(flex_gd->resize_bg, sizeof(__u16), in alloc_flex_gd()272 if (flex_gd->bg_flags == NULL) in alloc_flex_gd()275 return flex_gd; in alloc_flex_gd()[all …]