Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Dfieldoff.c191 IRP_CONTEXT d;
192 doit( IRP_CONTEXT, NodeTypeCode );
193 doit( IRP_CONTEXT, NodeByteSize );
194 doit( IRP_CONTEXT, Irp );
195 doit( IRP_CONTEXT, Vcb );
197 doit( IRP_CONTEXT, Flags );
198 doit( IRP_CONTEXT, RealDevice );
199 doit( IRP_CONTEXT, IoContext );
200 doit( IRP_CONTEXT, TeardownFcb );
201 doit( IRP_CONTEXT, TopLevel );
[all …]
H A Dclose.c126 IRP_CONTEXT StackIrpContext; in CdFspClose()
931 IRP_CONTEXT, in CdRemoveClose()
H A Dfspdisp.c263 IRP_CONTEXT, in CdFspDispatch()
H A Dstrucsup.c1659 …NewIrpContext = FsRtlAllocatePoolWithTag( CdNonPagedPool, sizeof( IRP_CONTEXT ), TAG_IRP_CONTEXT );
1662 RtlZeroMemory( NewIrpContext, sizeof( IRP_CONTEXT ));
1669 NewIrpContext->NodeByteSize = sizeof( IRP_CONTEXT );
1871 RtlZeroMemory( IrpContext, sizeof( IRP_CONTEXT ));
1878 IrpContext->NodeByteSize = sizeof( IRP_CONTEXT );
H A Dcdstruc.h1210 } IRP_CONTEXT; typedef
1211 typedef IRP_CONTEXT *PIRP_CONTEXT;
/reactos/drivers/filesystems/fastfat/
H A Dfatdata.c1002 IRP_CONTEXT IrpContext; in _Function_class_()
1018 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_()
1020 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_()
1182 IRP_CONTEXT IrpContext; in _Function_class_()
1199 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_()
1201 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_()
1343 IRP_CONTEXT IrpContext; in _Function_class_()
1360 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Function_class_()
1362 IrpContext.NodeByteSize = sizeof(IRP_CONTEXT); in _Function_class_()
H A Dverfysup.c525 IRP_CONTEXT IrpContext; in FatDeferredCleanVolume()
547 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT)); in FatDeferredCleanVolume()
1126 IRP_CONTEXT IrpContext; in FatFspMarkVolumeDirtyWithRecover()
1140 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT)); in FatFspMarkVolumeDirtyWithRecover()
H A Dfatstruc.h1559 } IRP_CONTEXT; typedef
1560 typedef IRP_CONTEXT *PIRP_CONTEXT;
H A Dfspdisp.c426 IRP_CONTEXT, in FatFspDispatch()
H A Dclose.c880 IRP_CONTEXT IrpContext; in _Requires_lock_held_()
915 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) ); in _Requires_lock_held_()
H A Dstrucsup.c39 #define IRP_CONTEXT_HEADER (sizeof( IRP_CONTEXT ) * 0x10000 + FAT_NTC_IRP_CONTEXT)
191 RtlFillMemoryUlong(IrpContext, sizeof(IRP_CONTEXT), FAT_FILL_FREE); in FatFreeIrpContext()
2375 RtlZeroMemory( IrpContext, sizeof(IRP_CONTEXT) ); in FatCreateIrpContext()
2382 IrpContext->NodeByteSize = sizeof(IRP_CONTEXT); in FatCreateIrpContext()
H A Dfatinit.c384 sizeof(IRP_CONTEXT), in DriverEntry()
H A Dfsctrl.c4324 IRP_CONTEXT IrpContext;
4418 RtlZeroMemory( &IrpContext, sizeof(IRP_CONTEXT) );
/reactos/drivers/usb/usbstor/
H A Dusbstor.h109 } IRP_CONTEXT, *PIRP_CONTEXT; typedef
149 IRP_CONTEXT CurrentIrpContext;
/reactos/drivers/usb/usbstor_new/
H A Dusbstor.h333 }IRP_CONTEXT, *PIRP_CONTEXT; typedef
H A Dscsi.c60 Context = (PIRP_CONTEXT)AllocateItem(NonPagedPool, sizeof(IRP_CONTEXT)); in USBSTOR_AllocateIrpContext()