Searched refs:newall (Results 1 – 1 of 1) sorted by relevance
285 struct BITMAP_ALLOCATION *newall; in bitmap_allocate() local306 newall = (struct BITMAP_ALLOCATION*) in bitmap_allocate()308 if (newall) { in bitmap_allocate()309 newall->lcn = lcn; in bitmap_allocate()310 newall->length = length; in bitmap_allocate()311 newall->next = p; in bitmap_allocate()312 if (q) q->next = newall; in bitmap_allocate()313 else g_allocation = newall; in bitmap_allocate()