Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c162 struct BITMAP_ALLOCATION { struct
163 struct BITMAP_ALLOCATION *next;
207 static struct BITMAP_ALLOCATION *g_allocation = NULL; /* Head of cluster allocations */
351 struct BITMAP_ALLOCATION *p; in bitmap_allocate()
352 struct BITMAP_ALLOCATION *q; in bitmap_allocate()
353 struct BITMAP_ALLOCATION *newall; in bitmap_allocate()
358 q = (struct BITMAP_ALLOCATION*)NULL; in bitmap_allocate()
374 newall = (struct BITMAP_ALLOCATION*) in bitmap_allocate()
375 ntfs_malloc(sizeof(struct BITMAP_ALLOCATION)); in bitmap_allocate()
401 struct BITMAP_ALLOCATION * in bitmap_deallocate()
[all...]

Completed in 2 milliseconds