![]() |
HDF5
1.12.0
|
Go to the source code of this file.
Data Structures | |
| struct | H5FS_hdr_cache_ud_t |
| struct | H5FS_sinfo_cache_ud_t |
| struct | H5FS_bin_t |
| struct | H5FS_node_t |
| struct | H5FS_sinfo_t |
| struct | H5FS_t |
Macros | |
| #define | H5FS_SIZEOF_CHKSUM 4 |
| #define | H5FS_METADATA_PREFIX_SIZE |
| #define | H5FS_HEADER_SIZE(f) |
| #define | H5FS_SINFO_PREFIX_SIZE(f) |
Typedefs | |
| typedef struct H5FS_hdr_cache_ud_t | H5FS_hdr_cache_ud_t |
| typedef struct H5FS_sinfo_cache_ud_t | H5FS_sinfo_cache_ud_t |
| typedef struct H5FS_bin_t | H5FS_bin_t |
| typedef struct H5FS_node_t | H5FS_node_t |
| typedef struct H5FS_sinfo_t | H5FS_sinfo_t |
Functions | |
| H5FL_EXTERN (H5FS_node_t) | |
| H5FL_SEQ_EXTERN (H5FS_bin_t) | |
| H5FL_EXTERN (H5FS_sinfo_t) | |
| H5FL_EXTERN (H5FS_t) | |
| H5_DLL herr_t | H5FS__create_flush_depend (H5AC_info_t *parent_entry, H5AC_info_t *child_entry) |
| H5_DLL herr_t | H5FS__destroy_flush_depend (H5AC_info_t *parent_entry, H5AC_info_t *child_entry) |
| H5_DLL H5FS_t * | H5FS__new (const H5F_t *f, uint16_t nclasses, const H5FS_section_class_t *classes[], void *cls_init_udata) |
| H5_DLL herr_t | H5FS__incr (H5FS_t *fspace) |
| H5_DLL herr_t | H5FS__decr (H5FS_t *fspace) |
| H5_DLL herr_t | H5FS__dirty (H5FS_t *fspace) |
| H5_DLL H5FS_sinfo_t * | H5FS__sinfo_new (H5F_t *f, H5FS_t *fspace) |
| H5_DLL herr_t | H5FS__hdr_dest (H5FS_t *hdr) |
| H5_DLL herr_t | H5FS__sinfo_dest (H5FS_sinfo_t *sinfo) |
| #define H5FS_HEADER_SIZE | ( | f | ) |
| #define H5FS_METADATA_PREFIX_SIZE |
| #define H5FS_SINFO_PREFIX_SIZE | ( | f | ) |
| #define H5FS_SIZEOF_CHKSUM 4 |
| typedef struct H5FS_bin_t H5FS_bin_t |
| typedef struct H5FS_hdr_cache_ud_t H5FS_hdr_cache_ud_t |
| typedef struct H5FS_node_t H5FS_node_t |
| typedef struct H5FS_sinfo_cache_ud_t H5FS_sinfo_cache_ud_t |
| typedef struct H5FS_sinfo_t H5FS_sinfo_t |
| H5FL_EXTERN | ( | H5FS_node_t | ) |
| H5FL_EXTERN | ( | H5FS_sinfo_t | ) |
| H5FL_EXTERN | ( | H5FS_t | ) |
| H5FL_SEQ_EXTERN | ( | H5FS_bin_t | ) |
| H5_DLL herr_t H5FS__create_flush_depend | ( | H5AC_info_t * | parent_entry, |
| H5AC_info_t * | child_entry | ||
| ) |
| H5_DLL herr_t H5FS__destroy_flush_depend | ( | H5AC_info_t * | parent_entry, |
| H5AC_info_t * | child_entry | ||
| ) |
| H5_DLL H5FS_t* H5FS__new | ( | const H5F_t * | f, |
| uint16_t | nclasses, | ||
| const H5FS_section_class_t * | classes[], | ||
| void * | cls_init_udata | ||
| ) |
| H5_DLL herr_t H5FS__sinfo_dest | ( | H5FS_sinfo_t * | sinfo | ) |
| H5_DLL H5FS_sinfo_t* H5FS__sinfo_new | ( | H5F_t * | f, |
| H5FS_t * | fspace | ||
| ) |
1.8.18