Searched refs:FastIoRead (Results 1 – 18 of 18) sorted by relevance
34 FastIoRead( in FastIoRead() function70 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
34 FastIoRead( in FastIoRead() function89 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
32 FastIoRead( in FastIoRead() function102 TestFastIoDispatch.FastIoRead = FastIoRead; in TestEntry()
134 NtfsGlobalData->FastIoDispatch.FastIoRead = NtfsFastIoRead; in DriverEntry()
209 FastIoDispatch.FastIoRead = NullRead; in DriverEntry()
153 PFAST_IO_READ FastIoRead; member
353 CdFastIoDispatch.FastIoRead = FsRtlCopyRead; // Read in CdInitializeGlobalData()
745 if (FastIoDispatch && FastIoDispatch->FastIoRead) in FltpFastIoRead()748 return FastIoDispatch->FastIoRead(FileObject, in FltpFastIoRead()1766 FastIoDispatch->FastIoRead = FltpFastIoRead; in SetupDispatchAndCallbacksTables()
50 TestFastIoDispatch.FastIoRead = TestFastIoRead; in TestEntry()
185 FatFastIoDispatch.FastIoRead = FsRtlCopyRead; // Read in DriverEntry()
534 PtrFastIoDispatch->FastIoRead = FsRtlCopyRead; in UDFInitializeFunctionPointers()
192 DeviceObject->DriverObject->FastIoDispatch->FastIoRead) in KsReadFile()195 …Result = DeviceObject->DriverObject->FastIoDispatch->FastIoRead(FileObject, &FileObject->CurrentBy… in KsReadFile()
541 FastIoDispatch.FastIoRead = FsRtlCopyRead; in init_fast_io_dispatch()
758 FastIoDispatch->FastIoRead = VfatFastIoRead; in VfatInitFastIoRoutines()
650 FastIoDispatch->FastIoRead = Ext2FastIoRead; in DriverEntry()
2884 ASSERT(FastIoDispatch != NULL && FastIoDispatch->FastIoRead != NULL); in NtReadFile()2886 Success = FastIoDispatch->FastIoRead(FileObject, in NtReadFile()
1735 PFAST_IO_READ FastIoRead; member
6913 RxFastIoDispatch.FastIoRead = RxFastIoRead; in RxInitializeDispatchVectors()