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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c158 struct BITMAP_ALLOCATION { struct
159 struct BITMAP_ALLOCATION *next;
190 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */
223 struct BITMAP_ALLOCATION *p;
224 struct BITMAP_ALLOCATION *q;
225 struct BITMAP_ALLOCATION *newall;
230 q = (struct BITMAP_ALLOCATION*)NULL;
246 newall = (struct BITMAP_ALLOCATION*)
247 ntfs_malloc(sizeof(struct BITMAP_ALLOCATION));
273 struct BITMAP_ALLOCATION *
[all...]

Completed in 48 milliseconds