![]() |
HDF5
1.12.0
|
Functions | |
| H5FL_DEFINE (H5F_super_t) | |
| herr_t | H5F__super_ext_open (H5F_t *f, haddr_t ext_addr, H5O_loc_t *ext_ptr) |
| herr_t | H5F__super_ext_close (H5F_t *f, H5O_loc_t *ext_ptr, hbool_t was_created) |
| herr_t | H5F__super_read (H5F_t *f, H5P_genplist_t *fa_plist, hbool_t initial_read) |
| herr_t | H5F__super_init (H5F_t *f) |
| herr_t | H5F_eoa_dirty (H5F_t *f) |
| herr_t | H5F_super_dirty (H5F_t *f) |
| herr_t | H5F__super_free (H5F_super_t *sblock) |
| herr_t | H5F__super_size (H5F_t *f, hsize_t *super_size, hsize_t *super_ext_size) |
| herr_t | H5F__super_ext_write_msg (H5F_t *f, unsigned id, void *mesg, hbool_t may_create, unsigned mesg_flags) |
| herr_t | H5F__super_ext_remove_msg (H5F_t *f, unsigned id) |
References f, FAIL, FUNC_LEAVE_NOAPI(), H5AC_set_ring(), H5O_close(), H5O_dec_rc_by_loc(), H5O_link(), HDassert(), NULL, and ret_value.
Referenced by H5F__super_ext_remove_msg().
References f, FAIL, FUNC_LEAVE_NOAPI(), H5O_loc_reset(), H5O_open(), HDassert(), and ret_value.
Referenced by H5F__super_ext_remove_msg(), and H5F__super_ext_write_msg().
References H5O_loc_t::addr, f, FAIL, FUNC_LEAVE_NOAPI(), H5AC_set_ring(), H5F__super_ext_close(), H5F__super_ext_open(), H5O_delete(), H5O_get_hdr_info(), H5O_msg_count(), H5O_msg_exists(), H5O_msg_remove(), HDassert(), H5O_hdr_info_t::nchunks, H5O_hdr_info_t::nmesgs, NULL, and ret_value.
Referenced by H5F__format_convert(), and if().
| herr_t H5F__super_ext_write_msg | ( | H5F_t * | f, |
| unsigned | id, | ||
| void * | mesg, | ||
| hbool_t | may_create, | ||
| unsigned | mesg_flags | ||
| ) |
References f, FAIL, H5AC_set_ring(), H5F__super_ext_open(), HDassert(), and ret_value.
| herr_t H5F__super_free | ( | H5F_super_t * | sblock | ) |
References FUNC_LEAVE_NOAPI(), H5MM_xfree(), HDassert(), and sblock.
References f, FAIL, H5B_CHUNK_ID, H5F_LIBVER_V110, H5I_object(), H5P_get(), NULL, ret_value, and sblock.
| herr_t H5F__super_read | ( | H5F_t * | f, |
| H5P_genplist_t * | fa_plist, | ||
| hbool_t | initial_read | ||
| ) |
References H5F_superblock_cache_ud_t::btree_k, H5F_superblock_cache_ud_t::drvrinfo_removed, eof, H5F_superblock_cache_ud_t::f, f, FAIL, H5AC_protect(), H5AC_set_ring(), H5AC_SUPERBLOCK, H5E_BADVALUE, H5F__set_base_addr(), H5F__set_eoa(), H5F_LIBVER_V110, H5F_LIBVER_V18, H5F_mpi_get_comm(), H5F_mpi_get_rank(), H5F_mpi_get_size(), H5FD_locate_signature(), H5FD_MEM_SUPER, H5I_object(), H5P_get(), HDassert(), H5F_superblock_cache_ud_t::ignore_drvrinfo, mpi_result, NULL, ret_value, sblock, H5F_superblock_cache_ud_t::stored_eof, and H5F_superblock_cache_ud_t::sym_leaf_k.
References H5O_loc_t::addr, f, FAIL, H5O_loc_t::file, FUNC_LEAVE_NOAPI(), H5AC_set_ring(), H5O_get_hdr_info(), H5O_loc_reset(), HDassert(), NULL, ret_value, H5O_hdr_info_t::space, and H5O_hdr_info_t::total.
Referenced by H5F__get_info().
References f, FAIL, FUNC_ENTER_NOAPI(), H5AC_mark_entry_dirty(), H5F_super_dirty(), HDassert(), and ret_value.
Referenced by H5F__alloc(), H5F__free(), H5FD_alloc(), and H5FD_free().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5AC_mark_entry_dirty(), HDassert(), and ret_value.
Referenced by H5F__format_convert(), H5F__start_swmr_write(), and H5F_eoa_dirty().
| H5FL_DEFINE | ( | H5F_super_t | ) |