Searched refs:AttributeIndexAllocation (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/rosinternals/nfi/ |
H A D | nfi.c | 34 AttributeIndexAllocation = 0xA0, enumerator 450 case AttributeIndexAllocation: in PrintAttributeInfo()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | btree.c | 718 AttributeIndexAllocation, in CreateBTreeFromIndex() 1197 …Status = FindAttribute(DeviceExt, FileRecord, AttributeIndexAllocation, L"$I30", 4, &IndexAllocati… in UpdateIndexAllocation() 1233 …Status = FindAttribute(DeviceExt, FileRecord, AttributeIndexAllocation, L"$I30", 4, &IndexAllocati… in UpdateIndexAllocation()
|
H A D | attrib.c | 434 AttributeAddress->Type = AttributeIndexAllocation; in AddIndexAllocation() 1660 case AttributeIndexAllocation: in NtfsDumpAttribute()
|
H A D | ntfs.h | 170 AttributeIndexAllocation = 0xA0, enumerator
|
H A D | mft.c | 1840 …Status = FindAttribute(Vcb, MftRecord, AttributeIndexAllocation, L"$I30", 4, &IndexAllocationCtx, … in UpdateIndexEntryFileNameSize() 3020 …Status = FindAttribute(Vcb, MftRecord, AttributeIndexAllocation, L"$I30", 4, &IndexAllocationConte… in BrowseIndexEntries()
|