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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c158 struct BITMAP_ALLOCATION { struct
159 struct BITMAP_ALLOCATION *next;
203 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */
283 struct BITMAP_ALLOCATION *p;
284 struct BITMAP_ALLOCATION *q;
285 struct BITMAP_ALLOCATION *newall;
290 q = (struct BITMAP_ALLOCATION*)NULL;
306 newall = (struct BITMAP_ALLOCATION*)
307 ntfs_malloc(sizeof(struct BITMAP_ALLOCATION));
333 struct BITMAP_ALLOCATION *
[all...]

Completed in 44 milliseconds