/reactos/drivers/filesystems/cdfs/ |
H A D | cdinit.c | 343 RtlZeroMemory( &CdFastIoDispatch, sizeof( FAST_IO_DISPATCH )); in CdInitializeGlobalData() 345 CdFastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in CdInitializeGlobalData()
|
H A D | cddata.h | 24 extern FAST_IO_DISPATCH CdFastIoDispatch;
|
H A D | cddata.c | 43 FAST_IO_DISPATCH CdFastIoDispatch;
|
/reactos/drivers/filesystems/npfs/ |
H A D | main.c | 23 FAST_IO_DISPATCH NpFastIoDispatch = 25 sizeof(FAST_IO_DISPATCH),
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fastio.c | 20 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 D | btrfs_drv.h | 1244 void init_fast_io_dispatch(FAST_IO_DISPATCH** fiod);
|
/reactos/drivers/filesystems/ntfs/ |
H A D | ntfs.c | 132 NtfsGlobalData->FastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
|
H A D | ntfs.h | 151 FAST_IO_DISPATCH FastIoDispatch;
|
/reactos/drivers/filesystems/udfs/ |
H A D | udfinit.cpp | 530 RtlZeroMemory(PtrFastIoDispatch, sizeof(FAST_IO_DISPATCH)); in UDFInitializeFunctionPointers() 532 PtrFastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in UDFInitializeFunctionPointers()
|
/reactos/drivers/base/null/ |
H A D | null.c | 15 FAST_IO_DISPATCH FastIoDispatch;
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatdata.h | 83 extern FAST_IO_DISPATCH FatFastIoDispatch;
|
H A D | fatinit.c | 183 FatFastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
|
H A D | fatdata.c | 96 FAST_IO_DISPATCH FatFastIoDispatch;
|
/reactos/drivers/filters/fltmgr/ |
H A D | Interface.c | 23 (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 D | udf_common.h | 557 FAST_IO_DISPATCH UDFFastIoDispatch;
|
/reactos/modules/rostests/kmtests/ntos_io/ |
H A D | IoReadWrite_drv.c | 26 static FAST_IO_DISPATCH TestFastIoDispatch;
|
/reactos/ntoskrnl/wmi/ |
H A D | wmidrv.c | 74 FAST_IO_DISPATCH WmipFastIoDispatch;
|
/reactos/modules/rostests/kmtests/ntos_cc/ |
H A D | CcCopyRead_drv.c | 24 static FAST_IO_DISPATCH TestFastIoDispatch;
|
H A D | CcCopyWrite_drv.c | 24 static FAST_IO_DISPATCH TestFastIoDispatch;
|
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | NtCreateSection_drv.c | 23 static FAST_IO_DISPATCH TestFastIoDispatch;
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | fastio.c | 756 FastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in VfatInitFastIoRoutines()
|
H A D | vfat.h | 421 FAST_IO_DISPATCH FastIoDispatch;
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | init.c | 648 FastIoDispatch->SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH); in DriverEntry()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 526 FAST_IO_DISPATCH FastIoDispatch;
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 1761 } FAST_IO_DISPATCH, *PFAST_IO_DISPATCH; typedef
|