Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dextent_map.c218 struct ocfs2_extent_map_item *emi, *new_emi = NULL; in ocfs2_extent_map_insert_rec() local
246 if (new_emi == NULL) { in ocfs2_extent_map_insert_rec()
249 new_emi = kmalloc(sizeof(*new_emi), GFP_NOFS); in ocfs2_extent_map_insert_rec()
250 if (new_emi == NULL) in ocfs2_extent_map_insert_rec()
256 ocfs2_copy_emi_fields(new_emi, &ins); in ocfs2_extent_map_insert_rec()
257 list_add(&new_emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
259 new_emi = NULL; in ocfs2_extent_map_insert_rec()
271 kfree(new_emi); in ocfs2_extent_map_insert_rec()