Lines Matching refs:BITMAP_ALLOCATION
162 struct BITMAP_ALLOCATION {
163 struct BITMAP_ALLOCATION *next;
207 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */
351 struct BITMAP_ALLOCATION *p;
352 struct BITMAP_ALLOCATION *q;
353 struct BITMAP_ALLOCATION *newall;
358 q = (struct BITMAP_ALLOCATION*)NULL;
374 newall = (struct BITMAP_ALLOCATION*)
375 ntfs_malloc(sizeof(struct BITMAP_ALLOCATION));
401 struct BITMAP_ALLOCATION *p;
402 struct BITMAP_ALLOCATION *q;
409 q = (struct BITMAP_ALLOCATION*)NULL;
435 q = (struct BITMAP_ALLOCATION*)NULL;
454 struct BITMAP_ALLOCATION *p;
455 struct BITMAP_ALLOCATION *q;
460 q = (struct BITMAP_ALLOCATION*)NULL;
485 struct BITMAP_ALLOCATION *p;
3415 struct BITMAP_ALLOCATION *p, *q;