![]() |
HDF5
1.12.0
|
#include <H5B2pkg.h>
Data Fields | |
| H5AC_info_t | cache_info |
| H5B2_node_ptr_t | root |
| uint8_t | split_percent |
| uint8_t | merge_percent |
| uint32_t | node_size |
| uint32_t | rrec_size |
| uint16_t | depth |
| uint8_t | max_nrec_size |
| H5F_t * | f |
| haddr_t | addr |
| size_t | hdr_size |
| size_t | rc |
| size_t | file_rc |
| hbool_t | pending_delete |
| uint8_t | sizeof_size |
| uint8_t | sizeof_addr |
| H5B2_remove_t | remove_op |
| void * | remove_op_data |
| uint8_t * | page |
| size_t * | nat_off |
| H5B2_node_info_t * | node_info |
| void * | min_native_rec |
| void * | max_native_rec |
| hbool_t | swmr_write |
| H5AC_proxy_entry_t * | top_proxy |
| void * | parent |
| uint64_t | shadow_epoch |
| const H5B2_class_t * | cls |
| void * | cb_ctx |
| haddr_t addr |
Referenced by H5B2_close(), and H5B2_get_addr().
| H5AC_info_t cache_info |
| void* cb_ctx |
| const H5B2_class_t* cls |
| uint16_t depth |
Referenced by H5B2_stat_info().
| H5F_t* f |
| size_t file_rc |
| size_t hdr_size |
| void* max_native_rec |
| uint8_t max_nrec_size |
| uint8_t merge_percent |
| void* min_native_rec |
| size_t* nat_off |
| H5B2_node_info_t* node_info |
Referenced by H5B2__leaf_free().
| uint32_t node_size |
| uint8_t* page |
| void* parent |
| hbool_t pending_delete |
Referenced by H5B2_close().
| size_t rc |
| H5B2_remove_t remove_op |
| void* remove_op_data |
| H5B2_node_ptr_t root |
Referenced by H5B2__get_root_addr_test(), H5B2_get_nrec(), and H5B2_stat_info().
| uint32_t rrec_size |
| uint64_t shadow_epoch |
| uint8_t sizeof_addr |
| uint8_t sizeof_size |
| uint8_t split_percent |
| hbool_t swmr_write |
| H5AC_proxy_entry_t* top_proxy |