Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dcreate.c689 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateDirectory() local
722NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateDirectory()
728 …FilenameAttribute = (PFILENAME_ATTRIBUTE)((ULONG_PTR)NextAttribute + NextAttribute->Resident.Value… in NtfsCreateDirectory()
731NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateDirectory()
821 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateEmptyFileRecord() local
855 NextAttribute->Type = AttributeEnd; in NtfsCreateEmptyFileRecord()
893 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateFileRecord() local
919NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateFileRecord()
925 …FilenameAttribute = (PFILENAME_ATTRIBUTE)((ULONG_PTR)NextAttribute + NextAttribute->Resident.Value… in NtfsCreateFileRecord()
928NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateFileRecord()
[all …]
H A Dattrib.c670 if (NextAttribute->Type != AttributeEnd) in AddRun()
681 FinalAttribute = MoveAttributes(Vcb, NextAttribute, NextAttributeOffset, MoveTo); in AddRun()
706 if (NextAttribute->Type == AttributeEnd) in AddRun()
709 NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in AddRun()
710 SetFileRecordEnd(FileRecord, NextAttribute, FILE_RECORD_END); in AddRun()
1187 if (NextAttribute->Type == AttributeEnd) in FreeClusters()
1199 SetFileRecordEnd(FileRecord, NextAttribute, FILE_RECORD_END); in FreeClusters()
1336 PNTFS_ATTR_RECORD NextAttribute; in InternalGetNextAttribute() local
1355 if (NextAttribute > Context->LastAttr || NextAttribute < Context->FirstAttr) in InternalGetNextAttribute()
1362 Context->Offset += ((ULONG_PTR)NextAttribute - (ULONG_PTR)Context->CurrAttr); in InternalGetNextAttribute()
[all …]
H A Dmft.c549 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Destination + Destination->Length… in InternalSetResidentAttributeLength() local
586 if (NextAttribute->Type != AttributeEnd) in InternalSetResidentAttributeLength()
901 PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((PCHAR)FileRecord + NextAttributeOffset); in SetResidentAttributeDataLength() local
917 if (MaxValueLength < DataSize->LowPart || NextAttribute->Type != AttributeEnd) in SetResidentAttributeDataLength()
2207 PNTFS_ATTR_RECORD NextAttribute; in NtfsAddFilenameToDirectory() local
2266 if (NextAttribute->Type != AttributeEnd) in NtfsAddFilenameToDirectory()
2270 PNTFS_ATTR_RECORD CurrentAttribute = NextAttribute; in NtfsAddFilenameToDirectory()
2419 if (NextAttribute->Type != AttributeEnd) in NtfsAddFilenameToDirectory()
2423 PNTFS_ATTR_RECORD CurrentAttribute = NextAttribute; in NtfsAddFilenameToDirectory()
2476 if (NextAttribute->Type != AttributeEnd) in NtfsAddFilenameToDirectory()
[all …]