Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c285 struct BITMAP_ALLOCATION *newall; in bitmap_allocate() local
306 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()