ReactOS 0.4.16-dev-401-g45b008d
|
#include <ntfs.h>
Public Attributes | |
struct _B_TREE_KEY * | NextKey |
B_TREE_FILENAME_NODE * | LesserChild |
PINDEX_ENTRY_ATTRIBUTE | IndexEntry |
PINDEX_ENTRY_ATTRIBUTE _B_TREE_KEY::IndexEntry |
Definition at line 438 of file ntfs.h.
Referenced by CompareTreeKeys(), CreateBTreeFromIndex(), CreateBTreeKeyFromFilename(), CreateBTreeNodeFromIndexNode(), CreateDummyKey(), CreateIndexBufferFromBTreeNode(), CreateIndexRootFromBTree(), GetSizeOfIndexEntries(), NtfsInsertKey(), SplitBTreeNode(), UpdateIndexAllocation(), and UpdateIndexNode().
B_TREE_FILENAME_NODE* _B_TREE_KEY::LesserChild |
Definition at line 437 of file ntfs.h.
Referenced by CreateBTreeFromIndex(), CreateBTreeNodeFromIndexNode(), CreateIndexRootFromBTree(), DemoteBTreeRoot(), NtfsInsertKey(), UpdateIndexAllocation(), and UpdateIndexNode().
struct _B_TREE_KEY* _B_TREE_KEY::NextKey |
Definition at line 436 of file ntfs.h.
Referenced by CompareTreeKeys(), CountBTreeKeys(), CreateBTreeFromIndex(), CreateBTreeKeyFromFilename(), CreateBTreeNodeFromIndexNode(), CreateIndexBufferFromBTreeNode(), CreateIndexRootFromBTree(), DestroyBTreeNode(), DumpBTreeNode(), GetSizeOfIndexEntries(), NtfsInsertKey(), SplitBTreeNode(), UpdateIndexAllocation(), and UpdateIndexNode().