Home
last modified time | relevance | path

Searched refs:PINDEX_ROOT_ATTRIBUTE (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Dntfs.h399 } INDEX_ROOT_ATTRIBUTE, *PINDEX_ROOT_ATTRIBUTE; typedef
614 PINDEX_ROOT_ATTRIBUTE NewIndexRoot,
755 PINDEX_ROOT_ATTRIBUTE IndexRoot,
762 PINDEX_ROOT_ATTRIBUTE *IndexRoot,
H A Dmft.c1670 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 Dbtree.c500 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 Dattrib.c498 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 Dcreate.c694 PINDEX_ROOT_ATTRIBUTE NewIndexRoot; in NtfsCreateDirectory()