Searched refs:RemainingRawByteCount (Results 1 – 1 of 1) sorted by relevance
1845 ULONG RemainingRawByteCount = ByteCount; in _Requires_lock_held_() local1986 if (CurrentRawByteCount > RemainingRawByteCount) { in _Requires_lock_held_()1988 CurrentRawByteCount = RemainingRawByteCount; in _Requires_lock_held_()2060 (RemainingRawByteCount >= RAW_SECTOR_SIZE)) { in _Requires_lock_held_()2094 while (RawSectorAlign( CurrentRawByteCount) > RemainingRawByteCount) { in _Requires_lock_held_()2104 if (CurrentRawByteCount > RemainingRawByteCount) { in _Requires_lock_held_()2106 CurrentRawByteCount = RemainingRawByteCount; in _Requires_lock_held_()2142 if (ThisIoRun->TransferByteCount > RemainingRawByteCount) { in _Requires_lock_held_()2144 ThisIoRun->TransferByteCount = RemainingRawByteCount; in _Requires_lock_held_()2182 RemainingRawByteCount -= CurrentRawByteCount; in _Requires_lock_held_()[all …]