ReactOS 0.4.15-dev-7842-g558ab78
metadata_reloc_ref Struct Reference
Collaboration diagram for metadata_reloc_ref:

Public Attributes

uint8_t type
 
uint64_t hash
 
union {
   TREE_BLOCK_REF   tbr
 
   SHARED_BLOCK_REF   sbr
 
}; 
 
metadata_relocparent
 
bool top
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 34 of file balance.c.

Member Data Documentation

◆ 

union { ... } metadata_reloc_ref::@631

◆ hash

uint64_t metadata_reloc_ref::hash

Definition at line 36 of file balance.c.

Referenced by sort_metadata_reloc_refs().

◆ list_entry

LIST_ENTRY metadata_reloc_ref::list_entry

Definition at line 45 of file balance.c.

Referenced by add_metadata_reloc_extent_item().

◆ parent

metadata_reloc* metadata_reloc_ref::parent

Definition at line 43 of file balance.c.

◆ sbr

SHARED_BLOCK_REF metadata_reloc_ref::sbr

Definition at line 40 of file balance.c.

◆ tbr

TREE_BLOCK_REF metadata_reloc_ref::tbr

Definition at line 39 of file balance.c.

◆ top

bool metadata_reloc_ref::top

Definition at line 44 of file balance.c.

◆ type

uint8_t metadata_reloc_ref::type

Definition at line 35 of file balance.c.

Referenced by sort_metadata_reloc_refs().


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