Searched refs:NextAttributeOffset (Results 1 – 2 of 2) sorted by relevance
609 ULONG NextAttributeOffset = AttrOffset + AttrContext->pRecord->Length; in AddRun() local655 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in AddRun()681 FinalAttribute = MoveAttributes(Vcb, NextAttribute, NextAttributeOffset, MoveTo); in AddRun()688 …NextAttributeOffset = 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() local1068 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in FreeClusters()
552 ULONG NextAttributeOffset; in InternalSetResidentAttributeLength() local563 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() local901 PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((PCHAR)FileRecord + NextAttributeOffset); in SetResidentAttributeDataLength()915 … MaxValueLength += Vcb->NtfsInfo.BytesPerFileRecord - NextAttributeOffset - (sizeof(ULONG) * 2); in SetResidentAttributeDataLength()