Searched refs:PNTFS_ATTR_RECORD (Results 1 – 12 of 12) sorted by relevance
/reactos/drivers/filesystems/ntfs/ |
H A D | attrib.c | 608 … PNTFS_ATTR_RECORD DestinationAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + AttrOffset); in AddRun() 656 PNTFS_ATTR_RECORD NewRecord; in AddRun() 1010 FindRun(PNTFS_ATTR_RECORD NresAttr, in FindRun() 1066 … PNTFS_ATTR_RECORD DestinationAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + AttrOffset); in FreeClusters() 1068 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + NextAttributeOffset); in FreeClusters() 1217 PNTFS_ATTR_RECORD Attribute; in InternalReadNonResidentAttributes() 1333 PNTFS_ATTR_RECORD 1336 PNTFS_ATTR_RECORD NextAttribute; in InternalGetNextAttribute() 1795 PNTFS_ATTR_RECORD Attribute; in NtfsDumpFileAttributes() 1814 PNTFS_ATTR_RECORD Attribute; in GetFileNameFromRecord() [all …]
|
H A D | ntfs.h | 305 } NTFS_ATTR_RECORD, *PNTFS_ATTR_RECORD; typedef 505 PNTFS_ATTR_RECORD pRecord; 550 PNTFS_ATTR_RECORD FirstAttr; 551 PNTFS_ATTR_RECORD CurrAttr; 552 PNTFS_ATTR_RECORD LastAttr; 587 PNTFS_ATTR_RECORD AttributeAddress, 593 PNTFS_ATTR_RECORD AttributeAddress); 613 PNTFS_ATTR_RECORD AttributeAddress, 621 PNTFS_ATTR_RECORD AttributeAddress, 1071 PNTFS_ATTR_RECORD [all …]
|
H A D | mft.c | 142 PNTFS_ATTR_RECORD Attribute; in FindAttribute() 511 PNTFS_ATTR_RECORD 521 PNTFS_ATTR_RECORD FinalAttribute; in MoveAttributes() 548 PNTFS_ATTR_RECORD Destination = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + AttrOffset); in InternalSetResidentAttributeLength() 549 …PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Destination + Destination->Length… in InternalSetResidentAttributeLength() 550 PNTFS_ATTR_RECORD FinalAttribute; in InternalSetResidentAttributeLength() 765 … PNTFS_ATTR_RECORD DestinationAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + AttrOffset); in SetNonResidentAttributeDataLength() 901 PNTFS_ATTR_RECORD NextAttribute = (PNTFS_ATTR_RECORD)((PCHAR)FileRecord + NextAttributeOffset); in SetResidentAttributeDataLength() 920 … PNTFS_ATTR_RECORD Destination = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + AttrOffset); in SetResidentAttributeDataLength() 1348 PNTFS_ATTR_RECORD Destination; in WriteAttribute() [all …]
|
H A D | create.c | 689 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateDirectory() 716 NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->AttributeOffset); in NtfsCreateDirectory() 722 … NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateDirectory() 731 … NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateDirectory() 821 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateEmptyFileRecord() 852 NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->AttributeOffset); in NtfsCreateEmptyFileRecord() 893 PNTFS_ATTR_RECORD NextAttribute; in NtfsCreateFileRecord() 913 NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->AttributeOffset); in NtfsCreateFileRecord() 919 … NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateFileRecord() 928 … NextAttribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)NextAttribute + (ULONG_PTR)NextAttribute->Length); in NtfsCreateFileRecord()
|
H A D | rw.c | 110 PNTFS_ATTR_RECORD Attribute; in NtfsReadFile() 395 PNTFS_ATTR_RECORD Attribute; in NtfsWriteFile()
|
H A D | btree.c | 1217 …PNTFS_ATTR_RECORD EndMarker = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->BytesInUse -… in UpdateIndexAllocation() 1241 EndMarker = (PNTFS_ATTR_RECORD)((ULONG_PTR)EndMarker + EndMarker->Length); in UpdateIndexAllocation()
|
H A D | fsctl.c | 205 PNTFS_ATTR_RECORD Attribute; in NtfsGetVolumeData() 599 PNTFS_ATTR_RECORD Attribute; in GetNfsVolumeData()
|
H A D | finfo.c | 233 PNTFS_ATTR_RECORD Attribute; in NtfsGetStreamInformation()
|
/reactos/modules/rosapps/applications/rosinternals/nfi/ |
H A D | nfi.c | 88 } NTFS_ATTR_RECORD, *PNTFS_ATTR_RECORD; typedef 213 …E VolumeHandle, PNTFS_VOLUME_DATA_BUFFER VolumeInfo, PNTFS_ATTR_RECORD Attributes, PNTFS_ATTR_RECO… in PrintPrettyName() 216 PNTFS_ATTR_RECORD Attribute; in PrintPrettyName() 257 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Attribute + Attribute->Length); in PrintPrettyName() 266 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Attribute + Attribute->Length); in PrintPrettyName() 408 void PrintAttributeInfo(PNTFS_ATTR_RECORD Attribute, DWORD MaxSize) in PrintAttributeInfo() 511 PNTFS_ATTR_RECORD Attribute, AttributesEnd; in HandleFile() 547 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->AttributeOffset); in HandleFile() 548 AttributesEnd = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->BytesInUse); in HandleFile() 559 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Attribute + Attribute->Length); in HandleFile()
|
/reactos/modules/rosapps/applications/rosinternals/ntfsinfo/ |
H A D | ntfsinfo.c | 69 } NTFS_ATTR_RECORD, *PNTFS_ATTR_RECORD; typedef 160 PNTFS_ATTR_RECORD Attribute; in _tmain() 191 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->AttributeOffset); in _tmain() 192 while (Attribute < (PNTFS_ATTR_RECORD)((ULONG_PTR)FileRecord + FileRecord->BytesInUse) && in _tmain() 201 Attribute = (PNTFS_ATTR_RECORD)((ULONG_PTR)Attribute + Attribute->Length); in _tmain()
|
/reactos/boot/freeldr/freeldr/lib/fs/ |
H A D | ntfs.c | 57 static ULONGLONG NtfsGetAttributeSize(PNTFS_ATTR_RECORD AttrRecord) in NtfsGetAttributeSize() 106 static PNTFS_ATTR_CONTEXT NtfsPrepareAttributeContext(PNTFS_ATTR_RECORD AttrRecord) in NtfsPrepareAttributeContext() 374 …XT NtfsFindAttributeHelper(PNTFS_VOLUME_INFO Volume, PNTFS_ATTR_RECORD AttrRecord, PNTFS_ATTR_RECO… in NtfsFindAttributeHelper() 387 PNTFS_ATTR_RECORD ListAttrRecord; in NtfsFindAttributeHelper() 388 PNTFS_ATTR_RECORD ListAttrRecordEnd; in NtfsFindAttributeHelper() 404 ListAttrRecord = (PNTFS_ATTR_RECORD)ListBuffer; in NtfsFindAttributeHelper() 405 ListAttrRecordEnd = (PNTFS_ATTR_RECORD)((PCHAR)ListBuffer + ListSize); in NtfsFindAttributeHelper() 437 AttrRecord = (PNTFS_ATTR_RECORD)((PCHAR)AttrRecord + AttrRecord->Length); in NtfsFindAttributeHelper() 445 PNTFS_ATTR_RECORD AttrRecord; in NtfsFindAttribute() 446 PNTFS_ATTR_RECORD AttrRecordEnd; in NtfsFindAttribute() [all …]
|
/reactos/boot/freeldr/freeldr/include/fs/ |
H A D | ntfs.h | 157 } NTFS_ATTR_RECORD, *PNTFS_ATTR_RECORD; typedef
|