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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c190 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */ variable in typeref:struct:BITMAP_ALLOCATION
229 p = g_allocation;
253 else g_allocation = newall;
280 p = g_allocation;
295 g_allocation = p->next;
306 p = g_allocation;
331 p = g_allocation;
364 for (p=g_allocation; p; p=p->next) {
3082 p = g_allocation;
4795 g_allocation
[all...]

Completed in 90 milliseconds