Lines Matching refs:Read
288 Vbo = IrpSp->Parameters.Read.ByteOffset.LowPart; in FatPagingFileIo()
289 ByteCount = IrpSp->Parameters.Read.Length; in FatPagingFileIo()
351 NextIrpSp->Parameters.Read.Length = ByteCount; in FatPagingFileIo()
352 NextIrpSp->Parameters.Read.ByteOffset.QuadPart = NextLbo; in FatPagingFileIo()
581 NextIrpSp->Parameters.Read.Length = NextByteCount; in FatPagingFileIo()
582 NextIrpSp->Parameters.Read.ByteOffset.QuadPart = Vbo; in FatPagingFileIo()
655 NextIrpSp->Parameters.Read.Length = NextByteCount; in FatPagingFileIo()
656 NextIrpSp->Parameters.Read.ByteOffset.QuadPart = NextLbo; in FatPagingFileIo()
1731 Length = IrpSp->Parameters.Read.Length; in FatMultipleAsync()
1801 IrpSp->Parameters.Read.Length = IoRuns[UnwindRunCount].ByteCount; in FatMultipleAsync()
1802 IrpSp->Parameters.Read.ByteOffset.QuadPart = IoRuns[UnwindRunCount].Vbo; in FatMultipleAsync()
1829 IrpSp->Parameters.Read.Length = IoRuns[UnwindRunCount].ByteCount; in FatMultipleAsync()
1830 IrpSp->Parameters.Read.ByteOffset.QuadPart = IoRuns[UnwindRunCount].Lbo; in FatMultipleAsync()
2078 IrpSp->Parameters.Read.Length = ByteCount; in FatSingleAsync()
2079 IrpSp->Parameters.Read.ByteOffset.QuadPart = Lbo; in FatSingleAsync()
2293 IrpSp->Parameters.Read.Length = ByteCount; in FatSingleNonAlignedSync()
2294 IrpSp->Parameters.Read.ByteOffset.QuadPart = Lbo; in FatSingleNonAlignedSync()