Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dmft.c518 ULONG MemBlockSize = 0; in MoveAttributes() local
526 MemBlockSize += CurrentAttribute->Length; in MoveAttributes()
530 FinalAttribute = (PNTFS_ATTR_RECORD)(MoveTo + MemBlockSize); in MoveAttributes()
531 MemBlockSize += sizeof(ULONG) * 2; // Add the AttributeEnd and file record end in MoveAttributes()
533 ASSERT(MemBlockSize % ATTR_RECORD_ALIGNMENT == 0); in MoveAttributes()
536 RtlMoveMemory((PCHAR)MoveTo, FirstAttributeToMove, MemBlockSize); in MoveAttributes()