Home
last modified time | relevance | path

Searched refs:BitmapMem (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Dbtree.c129 PCHAR *BitmapMem; in AllocateIndexNode() local
178 BitmapMem = ExAllocatePoolWithTag(NonPagedPool, BytesNeeded + sizeof(ULONG), TAG_NTFS); in AllocateIndexNode()
179 if (!BitmapMem) in AllocateIndexNode()
186 BitmapPtr = (PULONG)ALIGN_UP_BY((ULONG_PTR)BitmapMem, sizeof(ULONG)); in AllocateIndexNode()
270 ExFreePoolWithTag(BitmapMem, TAG_NTFS); in AllocateIndexNode()
H A Dmft.c3001 PCHAR *BitmapMem; in BrowseIndexEntries() local
3038 BitmapMem = ExAllocatePoolWithTag(NonPagedPool, BitmapLength + sizeof(ULONG), TAG_NTFS); in BrowseIndexEntries()
3039 if (!BitmapMem) in BrowseIndexEntries()
3047 RtlZeroMemory(BitmapMem, BitmapLength + sizeof(ULONG)); in BrowseIndexEntries()
3050 BitmapPtr = (PULONG)ALIGN_UP_BY((ULONG_PTR)BitmapMem, sizeof(ULONG)); in BrowseIndexEntries()
3057 ExFreePoolWithTag(BitmapMem, TAG_NTFS); in BrowseIndexEntries()
3100 ExFreePoolWithTag(BitmapMem, TAG_NTFS); in BrowseIndexEntries()
3122 ExFreePoolWithTag(BitmapMem, TAG_NTFS); in BrowseIndexEntries()
3137 ExFreePoolWithTag(BitmapMem, TAG_NTFS); in BrowseIndexEntries()