Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cc/
H A Dcopy.c604 LONGLONG WriteEnd; in CcCopyWrite() local
616 Status = RtlLongLongAdd(FileOffset->QuadPart, Length, &WriteEnd); in CcCopyWrite()
620 ASSERT(WriteEnd <= SharedCacheMap->SectionSize.QuadPart); in CcCopyWrite()
623 while(CurrentOffset < WriteEnd) in CcCopyWrite()
626 ULONG VacbLength = min(WriteEnd - CurrentOffset, VACB_MAPPING_GRANULARITY - VacbOffset); in CcCopyWrite()
/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcPinRead_drv.c853 LONGLONG WriteEnd = WriteOffset.QuadPart + WriteLength; in TestIrpHandler() local
857 if (WriteEnd < (Offset.QuadPart + Length)) in TestIrpHandler()