Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/
H A Dclose.cpp709 UDFIrpContextLite, in UDFDelayedClose()
728 UDFIrpContextLite, in UDFDelayedClose()
774 UDFIrpContextLite, in UDFCloseAllDelayed()
789 UDFIrpContextLite, in UDFCloseAllDelayed()
H A Dstruct.h417 } UDFIrpContextLite, *PtrUDFIrpContextLite; typedef
H A Dmisc.cpp2463 …calIrpContextLite = (PtrUDFIrpContextLite)MyAllocatePool__(NonPagedPool,sizeof(UDFIrpContextLite)); in UDFInitializeIrpContextLite()
2467 RtlZeroMemory( LocalIrpContextLite, sizeof( UDFIrpContextLite )); in UDFInitializeIrpContextLite()
2470 LocalIrpContextLite->NodeIdentifier.NodeSize = sizeof(UDFIrpContextLite); in UDFInitializeIrpContextLite()