Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cc/
H A Dcopy.c531 SIZE_T CopyLength = VacbLength; in CcCopyRead()
546 ReadLength += VacbLength; in CcCopyRead()
548 Buffer = (PVOID)((ULONG_PTR)Buffer + VacbLength); in CcCopyRead()
549 CurrentOffset += VacbLength; in CcCopyRead()
550 Length -= VacbLength; in CcCopyRead()
652 Buffer = (PVOID)((ULONG_PTR)Buffer + VacbLength); in CcCopyWrite()
653 CurrentOffset += VacbLength; in CcCopyWrite()
658 VacbLength); in CcCopyWrite()
914 WriteOffset.QuadPart += VacbLength; in CcZeroData()
915 Length -= VacbLength; in CcZeroData()
[all …]