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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c203 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */ variable in typeref:struct:BITMAP_ALLOCATION
289 p = g_allocation;
313 else g_allocation = newall;
340 p = g_allocation;
355 g_allocation = p->next;
366 p = g_allocation;
391 p = g_allocation;
424 for (p=g_allocation; p; p=p->next) {
3142 p = g_allocation;
4872 g_allocation
[all...]

Completed in 75 milliseconds