Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/iomgr/
H A Dfile.c2574 LARGE_INTEGER SafeAllocationSize; in IopCreateFile() local
2743 SafeAllocationSize = ProbeForReadLargeInteger(AllocationSize); in IopCreateFile()
2747 SafeAllocationSize.QuadPart = 0; in IopCreateFile()
2751 if (SafeAllocationSize.QuadPart < 0) in IopCreateFile()
2806 SafeAllocationSize = *AllocationSize; in IopCreateFile()
2811 SafeAllocationSize.QuadPart = 0; in IopCreateFile()
2852 OpenPacket->AllocationSize = SafeAllocationSize; in IopCreateFile()