Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Ddeviosup.c72 ULONG TransferByteCount; member
1673 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()