Home
last modified time | relevance | path

Searched refs:FAST_IO_DISPATCH (Results 1 – 25 of 26) sorted by relevance

12

/reactos/drivers/filesystems/cdfs/
H A Dcdinit.c343 RtlZeroMemory( &CdFastIoDispatch, sizeof( FAST_IO_DISPATCH )); in CdInitializeGlobalData()
345 CdFastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in CdInitializeGlobalData()
H A Dcddata.h24 extern FAST_IO_DISPATCH CdFastIoDispatch;
H A Dcddata.c43 FAST_IO_DISPATCH CdFastIoDispatch;
/reactos/drivers/filesystems/npfs/
H A Dmain.c23 FAST_IO_DISPATCH NpFastIoDispatch =
25 sizeof(FAST_IO_DISPATCH),
/reactos/drivers/filesystems/btrfs/
H A Dfastio.c20 FAST_IO_DISPATCH FastIoDispatch;
535 void init_fast_io_dispatch(FAST_IO_DISPATCH** fiod) { in init_fast_io_dispatch()
538 FastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in init_fast_io_dispatch()
H A Dbtrfs_drv.h1244 void init_fast_io_dispatch(FAST_IO_DISPATCH** fiod);
/reactos/drivers/filesystems/ntfs/
H A Dntfs.c132 NtfsGlobalData->FastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
H A Dntfs.h151 FAST_IO_DISPATCH FastIoDispatch;
/reactos/drivers/filesystems/udfs/
H A Dudfinit.cpp530 RtlZeroMemory(PtrFastIoDispatch, sizeof(FAST_IO_DISPATCH)); in UDFInitializeFunctionPointers()
532 PtrFastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in UDFInitializeFunctionPointers()
/reactos/drivers/base/null/
H A Dnull.c15 FAST_IO_DISPATCH FastIoDispatch;
/reactos/drivers/filesystems/fastfat/
H A Dfatdata.h83 extern FAST_IO_DISPATCH FatFastIoDispatch;
H A Dfatinit.c183 FatFastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
H A Dfatdata.c96 FAST_IO_DISPATCH FatFastIoDispatch;
/reactos/drivers/filters/fltmgr/
H A DInterface.c23 (FIELD_OFFSET(FAST_IO_DISPATCH, _FieldName) + sizeof(void *))) && \
1759 …FastIoDispatch = ExAllocatePoolWithTag(NonPagedPool, sizeof(FAST_IO_DISPATCH), FM_TAG_DISPATCH_TAB… in SetupDispatchAndCallbacksTables()
1763 RtlZeroMemory(FastIoDispatch, sizeof(FAST_IO_DISPATCH)); in SetupDispatchAndCallbacksTables()
1764 FastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in SetupDispatchAndCallbacksTables()
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h557 FAST_IO_DISPATCH UDFFastIoDispatch;
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoReadWrite_drv.c26 static FAST_IO_DISPATCH TestFastIoDispatch;
/reactos/ntoskrnl/wmi/
H A Dwmidrv.c74 FAST_IO_DISPATCH WmipFastIoDispatch;
/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcCopyRead_drv.c24 static FAST_IO_DISPATCH TestFastIoDispatch;
H A DCcCopyWrite_drv.c24 static FAST_IO_DISPATCH TestFastIoDispatch;
/reactos/modules/rostests/kmtests/ntos_mm/
H A DNtCreateSection_drv.c23 static FAST_IO_DISPATCH TestFastIoDispatch;
/reactos/drivers/filesystems/vfatfs/
H A Dfastio.c756 FastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in VfatInitFastIoRoutines()
H A Dvfat.h421 FAST_IO_DISPATCH FastIoDispatch;
/reactos/drivers/filesystems/ext2/src/
H A Dinit.c648 FastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h526 FAST_IO_DISPATCH FastIoDispatch;
/reactos/sdk/include/xdk/
H A Diotypes.h1761 } FAST_IO_DISPATCH, *PFAST_IO_DISPATCH; typedef

12