Searched refs:TransferByteCount (Results 1 – 1 of 1) sorted by relevance
72 ULONG TransferByteCount; member1673 ThisIoRun->TransferByteCount = CurrentByteCount; in _Requires_lock_held_()2139 ThisIoRun->TransferByteCount = RAW_SECTOR_SIZE - RawSectorOffset; in _Requires_lock_held_()2142 if (ThisIoRun->TransferByteCount > RemainingRawByteCount) { in _Requires_lock_held_()2144 ThisIoRun->TransferByteCount = RemainingRawByteCount; in _Requires_lock_held_()2147 CurrentRawByteCount = ThisIoRun->TransferByteCount; in _Requires_lock_held_()2282 if (ThisIoRun->TransferByteCount != 0) { in CdFinishBuffers()2296 ThisIoRun->TransferByteCount ); in CdFinishBuffers()