Searched refs:new_emi (Results 1 – 1 of 1) sorted by relevance
218 struct ocfs2_extent_map_item *emi, *new_emi = NULL; in ocfs2_extent_map_insert_rec() local246 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()