ReactOS 0.4.15-dev-7934-g1dc8d80
_B_TREE_FILENAME_NODE Struct Reference

#include <ntfs.h>

Collaboration diagram for _B_TREE_FILENAME_NODE:

Public Attributes

ULONG KeyCount
 
BOOLEAN HasValidVCN
 
BOOLEAN DiskNeedsUpdating
 
ULONGLONG VCN
 
PB_TREE_KEY FirstKey
 

Detailed Description

Definition at line 444 of file ntfs.h.

Member Data Documentation

◆ DiskNeedsUpdating

BOOLEAN _B_TREE_FILENAME_NODE::DiskNeedsUpdating

Definition at line 448 of file ntfs.h.

Referenced by DemoteBTreeRoot().

◆ FirstKey

PB_TREE_KEY _B_TREE_FILENAME_NODE::FirstKey

Definition at line 450 of file ntfs.h.

Referenced by CreateBTreeNodeFromIndexNode(), and DemoteBTreeRoot().

◆ HasValidVCN

BOOLEAN _B_TREE_FILENAME_NODE::HasValidVCN

Definition at line 447 of file ntfs.h.

Referenced by CreateBTreeNodeFromIndexNode().

◆ KeyCount

ULONG _B_TREE_FILENAME_NODE::KeyCount

Definition at line 446 of file ntfs.h.

Referenced by CreateBTreeNodeFromIndexNode(), and DemoteBTreeRoot().

◆ VCN

ULONGLONG _B_TREE_FILENAME_NODE::VCN

Definition at line 449 of file ntfs.h.

Referenced by CreateBTreeNodeFromIndexNode(), UpdateIndexAllocation(), and UpdateIndexNode().


The documentation for this struct was generated from the following file: