Searched refs:WriteEnd (Results 1 – 2 of 2) sorted by relevance
604 LONGLONG WriteEnd; in CcCopyWrite() local616 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()
853 LONGLONG WriteEnd = WriteOffset.QuadPart + WriteLength; in TestIrpHandler() local857 if (WriteEnd < (Offset.QuadPart + Length)) in TestIrpHandler()