Lines Matching refs:OutputSize
793 ULONG OutputSize; in Ext2QueryRetrievalPointers() local
810 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2QueryRetrievalPointers()
860 OutputSize != sizeof(PVOID)) { in Ext2QueryRetrievalPointers()
938 ULONG OutputSize; in Ext2GetRetrievalPointers() local
955 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2GetRetrievalPointers()
1001 OutputSize < sizeof(RETRIEVAL_POINTERS_BUFFER) ) { in Ext2GetRetrievalPointers()
1022 ProbeForWrite(RPSB, OutputSize, sizeof(UCHAR)); in Ext2GetRetrievalPointers()
1083 if (UsedSize + sizeof(RETRIEVAL_POINTERS_BUFFER) > OutputSize) { in Ext2GetRetrievalPointers()
1177 ULONG OutputSize; in Ext2GetRetrievalPointerBase() local
1193 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2GetRetrievalPointerBase()
1238 if (OutputSize < sizeof(LARGE_INTEGER)) { in Ext2GetRetrievalPointerBase()
1256 ProbeForWrite(FileAreaOffset, OutputSize, sizeof(UCHAR)); in Ext2GetRetrievalPointerBase()