ReactOS 0.4.16-dev-197-g92996da
|
#include <ntfs.h>
Public Attributes | |
ULONG | AttributeType |
ULONG | CollationRule |
ULONG | SizeOfEntry |
UCHAR | ClustersPerIndexRecord |
UCHAR | Padding [3] |
INDEX_HEADER_ATTRIBUTE | Header |
ULONG INDEX_ROOT_ATTRIBUTE::AttributeType |
Definition at line 393 of file ntfs.h.
Referenced by CreateIndexRootFromBTree(), and NtfsDumpIndexRootAttribute().
UCHAR INDEX_ROOT_ATTRIBUTE::ClustersPerIndexRecord |
Definition at line 396 of file ntfs.h.
Referenced by CreateIndexRootFromBTree(), and NtfsDumpIndexRootAttribute().
ULONG INDEX_ROOT_ATTRIBUTE::CollationRule |
Definition at line 394 of file ntfs.h.
Referenced by CreateIndexRootFromBTree(), and NtfsDumpIndexRootAttribute().
INDEX_HEADER_ATTRIBUTE INDEX_ROOT_ATTRIBUTE::Header |
Definition at line 398 of file ntfs.h.
Referenced by BrowseIndexEntries(), CreateBTreeFromIndex(), CreateIndexRootFromBTree(), NtfsAddFilenameToDirectory(), NtfsDumpIndexRootAttribute(), NtfsFindMftRecord(), and UpdateFileNameRecord().
ULONG INDEX_ROOT_ATTRIBUTE::SizeOfEntry |
Definition at line 395 of file ntfs.h.
Referenced by CreateIndexRootFromBTree(), NtfsAddFilenameToDirectory(), NtfsDumpIndexRootAttribute(), NtfsFindMftRecord(), and UpdateFileNameRecord().