Home
last modified time | relevance | path

Searched refs:FastIoRead (Results 1 – 18 of 18) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcCopyRead_drv.c34 FastIoRead( in FastIoRead() function
70 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
H A DCcCopyWrite_drv.c34 FastIoRead( in FastIoRead() function
89 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
/reactos/modules/rostests/kmtests/ntos_mm/
H A DNtCreateSection_drv.c32 FastIoRead( in FastIoRead() function
102 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
/reactos/drivers/filesystems/ntfs/
H A Dntfs.c134 NtfsGlobalData->FastIoDispatch.FastIoRead = NtfsFastIoRead; in DriverEntry()
/reactos/drivers/base/null/
H A Dnull.c209 FastIoDispatch.FastIoRead = NullRead; in DriverEntry()
/reactos/sdk/include/ddk/
H A Dmrxfcb.h153 PFAST_IO_READ FastIoRead; member
/reactos/drivers/filesystems/cdfs/
H A Dcdinit.c353 CdFastIoDispatch.FastIoRead = FsRtlCopyRead; // Read in CdInitializeGlobalData()
/reactos/drivers/filters/fltmgr/
H A DInterface.c745 if (FastIoDispatch && FastIoDispatch->FastIoRead) in FltpFastIoRead()
748 return FastIoDispatch->FastIoRead(FileObject, in FltpFastIoRead()
1766 FastIoDispatch->FastIoRead = FltpFastIoRead; in SetupDispatchAndCallbacksTables()
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoReadWrite_drv.c50 TestFastIoDispatch.FastIoRead = TestFastIoRead; in TestEntry()
/reactos/drivers/filesystems/fastfat/
H A Dfatinit.c185 FatFastIoDispatch.FastIoRead = FsRtlCopyRead; // Read in DriverEntry()
/reactos/drivers/filesystems/udfs/
H A Dudfinit.cpp534 PtrFastIoDispatch->FastIoRead = FsRtlCopyRead; in UDFInitializeFunctionPointers()
/reactos/drivers/ksfilter/ks/
H A Dirp.c192 DeviceObject->DriverObject->FastIoDispatch->FastIoRead) in KsReadFile()
195 …Result = DeviceObject->DriverObject->FastIoDispatch->FastIoRead(FileObject, &FileObject->CurrentBy… in KsReadFile()
/reactos/drivers/filesystems/btrfs/
H A Dfastio.c541 FastIoDispatch.FastIoRead = FsRtlCopyRead; in init_fast_io_dispatch()
/reactos/drivers/filesystems/vfatfs/
H A Dfastio.c758 FastIoDispatch->FastIoRead = VfatFastIoRead; in VfatInitFastIoRoutines()
/reactos/drivers/filesystems/ext2/src/
H A Dinit.c650 FastIoDispatch->FastIoRead = Ext2FastIoRead; in DriverEntry()
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c2884 ASSERT(FastIoDispatch != NULL && FastIoDispatch->FastIoRead != NULL); in NtReadFile()
2886 Success = FastIoDispatch->FastIoRead(FileObject, in NtReadFile()
/reactos/sdk/include/xdk/
H A Diotypes.h1735 PFAST_IO_READ FastIoRead; member
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c6913 RxFastIoDispatch.FastIoRead = RxFastIoRead; in RxInitializeDispatchVectors()