Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dattrib.c609 ULONG NextAttributeOffset = AttrOffset + AttrContext->pRecord->Length; in AddRun() local
655 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in AddRun()
681 FinalAttribute = MoveAttributes(Vcb, NextAttribute, NextAttributeOffset, MoveTo); in AddRun()
688NextAttributeOffset = AttrOffset + AttrContext->pRecord->NonResident.MappingPairsOffset + RunBuffe… in AddRun()
689 NextAttributeOffset = ALIGN_UP_BY(NextAttributeOffset, ATTR_RECORD_ALIGNMENT); in AddRun()
692 DestinationAttribute->Length = NextAttributeOffset - AttrOffset; in AddRun()
709 NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in AddRun()
1067 ULONG NextAttributeOffset = AttrOffset + AttrContext->pRecord->Length; in FreeClusters() local
1068 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in FreeClusters()
H A Dmft.c552 ULONG NextAttributeOffset; in InternalSetResidentAttributeLength() local
563 NextAttributeOffset = AttrOffset + Destination->Length; in InternalSetResidentAttributeLength()
566 ASSERT(NextAttributeOffset % ATTR_RECORD_ALIGNMENT == 0); in InternalSetResidentAttributeLength()
589 …FinalAttribute = MoveAttributes(DeviceExt, NextAttribute, NextAttributeOffset, (ULONG_PTR)Destinat… in InternalSetResidentAttributeLength()
900 ULONG NextAttributeOffset = AttrOffset + AttrContext->pRecord->Length; in SetResidentAttributeDataLength() local
901 PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((PCHAR)FileRecord + NextAttributeOffset); in SetResidentAttributeDataLength()
915 … MaxValueLength += Vcb->NtfsInfo.BytesPerFileRecord - NextAttributeOffset - (sizeof(ULONG) * 2); in SetResidentAttributeDataLength()