|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntfs.h>

Public Attributes | |
| ULONG | KeyCount |
| BOOLEAN | HasValidVCN |
| BOOLEAN | DiskNeedsUpdating |
| ULONGLONG | VCN |
| PB_TREE_KEY | FirstKey |
| BOOLEAN _B_TREE_FILENAME_NODE::DiskNeedsUpdating |
Definition at line 448 of file ntfs.h.
Referenced by DemoteBTreeRoot().
| PB_TREE_KEY _B_TREE_FILENAME_NODE::FirstKey |
Definition at line 450 of file ntfs.h.
Referenced by CreateBTreeNodeFromIndexNode(), and DemoteBTreeRoot().
| BOOLEAN _B_TREE_FILENAME_NODE::HasValidVCN |
Definition at line 447 of file ntfs.h.
Referenced by CreateBTreeNodeFromIndexNode().
| ULONG _B_TREE_FILENAME_NODE::KeyCount |
Definition at line 446 of file ntfs.h.
Referenced by CreateBTreeNodeFromIndexNode(), and DemoteBTreeRoot().
| ULONGLONG _B_TREE_FILENAME_NODE::VCN |
Definition at line 449 of file ntfs.h.
Referenced by CreateBTreeNodeFromIndexNode(), UpdateIndexAllocation(), and UpdateIndexNode().