Searched refs:new_objs (Results 1 – 1 of 1) sorted by relevance
246 struct yaffs_obj *new_objs; in yaffs_create_free_objs() local258 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs()261 if (!new_objs || !list) { in yaffs_create_free_objs()262 kfree(new_objs); in yaffs_create_free_objs()263 new_objs = NULL; in yaffs_create_free_objs()273 list_add(&new_objs[i].siblings, &allocator->free_objs); in yaffs_create_free_objs()280 list->objects = new_objs; in yaffs_create_free_objs()