ReactOS 0.4.16-dev-550-g2186ce3
|
Public Attributes | |
uint8_t | type |
uint64_t | hash |
union { | |
EXTENT_DATA_REF edr | |
SHARED_DATA_REF sdr | |
}; | |
metadata_reloc * | parent |
LIST_ENTRY | list_entry |
union { ... } data_reloc_ref::@647 |
EXTENT_DATA_REF data_reloc_ref::edr |
Definition at line 63 of file balance.c.
Referenced by sort_data_reloc_refs().
uint64_t data_reloc_ref::hash |
Definition at line 60 of file balance.c.
Referenced by sort_data_reloc_refs().
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().
metadata_reloc* data_reloc_ref::parent |
SHARED_DATA_REF data_reloc_ref::sdr |
uint8_t data_reloc_ref::type |
Definition at line 59 of file balance.c.
Referenced by sort_data_reloc_refs().