Home
last modified time | relevance | path

Searched refs:DiskBuffer (Results 1 – 3 of 3) sorted by relevance

/reactos/ntoskrnl/fstub/
H A Dfstubex.c117 FstubFreeDiskInformation(IN PDISK_INFORMATION DiskBuffer
210 OUT PDISK_INFORMATION * DiskBuffer, in FstubAllocateDiskInformation() argument
219 ASSERT(DiskBuffer); in FstubAllocateDiskInformation()
265 *DiskBuffer = DiskInformation; in FstubAllocateDiskInformation()
717 FstubFreeDiskInformation(IN PDISK_INFORMATION DiskBuffer) in FstubFreeDiskInformation() argument
719 if (DiskBuffer) in FstubFreeDiskInformation()
721 if (DiskBuffer->Buffer) in FstubFreeDiskInformation()
723 ExFreePoolWithTag(DiskBuffer->Buffer, TAG_FSTUB); in FstubFreeDiskInformation()
725 ExFreePoolWithTag(DiskBuffer, TAG_FSTUB); in FstubFreeDiskInformation()
/reactos/drivers/filesystems/fastfat/
H A Ddeviosup.c1348 PUCHAR DiskBuffer = NULL; in _Requires_lock_held_() local
1394 DiskBuffer = FsRtlAllocatePoolWithTag( NonPagedPoolNxCacheAligned, in _Requires_lock_held_()
1443 DiskBuffer, in _Requires_lock_held_()
1463 RtlCopyMemory( UserBuffer, DiskBuffer + Hole, BytesToCopy ); in _Requires_lock_held_()
1515 DiskBuffer, in _Requires_lock_held_()
1533 RtlCopyMemory( UserBuffer, DiskBuffer, BytesToCopy ); in _Requires_lock_held_()
1602 ExFreePool( DiskBuffer ); in _Requires_lock_held_()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddos.h75 DWORD DiskBuffer; member