Searched refs:PINDEX_ROOT_ATTRIBUTE (Results 1 – 5 of 5) sorted by relevance
/reactos/drivers/filesystems/ntfs/ |
H A D | ntfs.h | 399 } INDEX_ROOT_ATTRIBUTE, *PINDEX_ROOT_ATTRIBUTE; typedef 614 PINDEX_ROOT_ATTRIBUTE NewIndexRoot, 755 PINDEX_ROOT_ATTRIBUTE IndexRoot, 762 PINDEX_ROOT_ATTRIBUTE *IndexRoot,
|
H A D | mft.c | 1670 PINDEX_ROOT_ATTRIBUTE IndexRoot; in UpdateFileNameRecord() 1724 IndexRoot = (PINDEX_ROOT_ATTRIBUTE)IndexRecord; in UpdateFileNameRecord() 2201 PINDEX_ROOT_ATTRIBUTE I30IndexRoot; in NtfsAddFilenameToDirectory() 2205 PINDEX_ROOT_ATTRIBUTE NewIndexRoot; in NtfsAddFilenameToDirectory() 2986 PINDEX_ROOT_ATTRIBUTE IndexRecord, in BrowseIndexEntries() 3156 PINDEX_ROOT_ATTRIBUTE IndexRoot; in NtfsFindMftRecord() 3201 IndexRoot = (PINDEX_ROOT_ATTRIBUTE)IndexRecord; in NtfsFindMftRecord() 3211 (PINDEX_ROOT_ATTRIBUTE)IndexRecord, in NtfsFindMftRecord()
|
H A D | btree.c | 500 PINDEX_ROOT_ATTRIBUTE IndexRoot, in CreateBTreeNodeFromIndexNode() 686 PINDEX_ROOT_ATTRIBUTE IndexRoot, in CreateBTreeFromIndex() 913 PINDEX_ROOT_ATTRIBUTE *IndexRoot, in CreateIndexRootFromBTree() 919 PINDEX_ROOT_ATTRIBUTE NewIndexRoot = ExAllocatePoolWithTag(NonPagedPool, in CreateIndexRootFromBTree()
|
H A D | attrib.c | 498 PINDEX_ROOT_ATTRIBUTE NewIndexRoot, in AddIndexRoot() 1544 PINDEX_ROOT_ATTRIBUTE IndexRootAttr; in NtfsDumpIndexRootAttribute() 1548 IndexRootAttr = (PINDEX_ROOT_ATTRIBUTE)((ULONG_PTR)Attribute + Attribute->Resident.ValueOffset); in NtfsDumpIndexRootAttribute()
|
H A D | create.c | 694 PINDEX_ROOT_ATTRIBUTE NewIndexRoot; in NtfsCreateDirectory()
|