Searched refs:SafeAllocationSize (Results 1 – 1 of 1) sorted by relevance
2574 LARGE_INTEGER SafeAllocationSize; in IopCreateFile() local2743 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()