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

Public Attributes

uint8_t type
 
uint64_t hash
 
union {
   EXTENT_DATA_REF   edr
 
   SHARED_DATA_REF   sdr
 
}; 
 
metadata_relocparent
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 58 of file balance.c.

Member Data Documentation

◆ 

union { ... } data_reloc_ref::@633

◆ edr

EXTENT_DATA_REF data_reloc_ref::edr

Definition at line 63 of file balance.c.

Referenced by sort_data_reloc_refs().

◆ hash

uint64_t data_reloc_ref::hash

Definition at line 60 of file balance.c.

Referenced by sort_data_reloc_refs().

◆ list_entry

LIST_ENTRY data_reloc_ref::list_entry

Definition at line 68 of file balance.c.

Referenced by add_data_reloc_extent_item(), and sort_data_reloc_refs().

◆ parent

metadata_reloc* data_reloc_ref::parent

Definition at line 67 of file balance.c.

◆ sdr

SHARED_DATA_REF data_reloc_ref::sdr

Definition at line 64 of file balance.c.

◆ type

uint8_t data_reloc_ref::type

Definition at line 59 of file balance.c.

Referenced by sort_data_reloc_refs().


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