Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c353 struct BITMAP_ALLOCATION *newall; in bitmap_allocate() local
374 newall = (struct BITMAP_ALLOCATION*) in bitmap_allocate()
376 if (newall) { in bitmap_allocate()
377 newall->lcn = lcn; in bitmap_allocate()
378 newall->length = length; in bitmap_allocate()
379 newall->next = p; in bitmap_allocate()
380 if (q) q->next = newall; in bitmap_allocate()
381 else g_allocation = newall; in bitmap_allocate()

Completed in 6 milliseconds