![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5F_object_flush_t |
| struct | H5F_block_t |
Typedefs | |
| typedef struct H5F_t | H5F_t |
| typedef struct H5F_shared_t | H5F_shared_t |
| typedef struct H5F_blk_aggr_t | H5F_blk_aggr_t |
| typedef struct H5F_object_flush_t | H5F_object_flush_t |
| typedef struct H5F_block_t | H5F_block_t |
| typedef enum H5F_fs_state_t | H5F_fs_state_t |
| typedef enum H5F_mem_page_t | H5F_mem_page_t |
| typedef enum H5F_prefix_open_t | H5F_prefix_open_t |
Enumerations | |
| enum | H5F_fs_state_t { H5F_FS_STATE_CLOSED = 0, H5F_FS_STATE_OPEN = 1, H5F_FS_STATE_DELETING = 2 } |
| enum | H5F_mem_page_t { H5F_MEM_PAGE_DEFAULT = 0, H5F_MEM_PAGE_SUPER = 1, H5F_MEM_PAGE_BTREE = 2, H5F_MEM_PAGE_DRAW = 3, H5F_MEM_PAGE_GHEAP = 4, H5F_MEM_PAGE_LHEAP = 5, H5F_MEM_PAGE_OHDR = 6, H5F_MEM_PAGE_LARGE_SUPER = 7, H5F_MEM_PAGE_LARGE_BTREE = 8, H5F_MEM_PAGE_LARGE_DRAW = 9, H5F_MEM_PAGE_LARGE_GHEAP = 10, H5F_MEM_PAGE_LARGE_LHEAP = 11, H5F_MEM_PAGE_LARGE_OHDR = 12, H5F_MEM_PAGE_NTYPES = 13 } |
| enum | H5F_prefix_open_t { H5F_PREFIX_VDS = 0, H5F_PREFIX_ELINK = 1, H5F_PREFIX_EFILE = 2 } |
| typedef struct H5F_blk_aggr_t H5F_blk_aggr_t |
| typedef struct H5F_block_t H5F_block_t |
| typedef enum H5F_fs_state_t H5F_fs_state_t |
| typedef enum H5F_mem_page_t H5F_mem_page_t |
| typedef struct H5F_object_flush_t H5F_object_flush_t |
| typedef enum H5F_prefix_open_t H5F_prefix_open_t |
| typedef struct H5F_shared_t H5F_shared_t |
| enum H5F_fs_state_t |
| enum H5F_mem_page_t |
| enum H5F_prefix_open_t |
References f, H5F_addr_decode_len(), and HDassert().
Referenced by H5G_ent_decode(), H5HF__huge_get_obj_off(), H5HF__huge_remove(), H5HF__huge_write(), H5O__shared_decode(), H5R__decode_heap(), H5R__free_heap(), H5VL__native_blob_get(), H5VL__native_blob_specific(), and if().
References HDassert(), and u.
Referenced by H5F_addr_decode(), H5SM__message_decode(), and H5VL_native_token_to_addr().
References addr, f, H5F_addr_encode_len(), and HDassert().
Referenced by H5G_ent_encode(), H5O__shared_encode(), H5R__encode_heap(), H5VL__native_blob_put(), and H5VL__native_blob_specific().
References addr, HDassert(), and u.
Referenced by H5F_addr_encode(), H5SM__message_encode(), and H5VL_native_addr_to_token().
| H5_DLL herr_t H5F_block_read | ( | H5F_t * | f, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| void * | buf | ||
| ) |
References addr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_DRAW, H5FD_MEM_GHEAP, H5PB_read(), HDassert(), ret_value, size, and type.
Referenced by H5D__contig_copy(), and if().
| H5_DLL herr_t H5F_block_write | ( | H5F_t * | f, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| const void * | buf | ||
| ) |
References addr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_DRAW, H5FD_MEM_GHEAP, H5PB_write(), HDassert(), ret_value, size, and type.
Referenced by H5D__contig_copy(), and H5HF__huge_write().
| H5_DLL H5P_coll_md_read_flag_t H5F_coll_md_read | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL herr_t H5F_cwfs_add | ( | H5F_t * | f, |
| struct H5HG_heap_t * | heap | ||
| ) |
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5MM_malloc(), HDassert(), heap, NULL, and ret_value.
| H5_DLL herr_t H5F_cwfs_advance_heap | ( | H5F_t * | f, |
| struct H5HG_heap_t * | heap, | ||
| hbool_t | add_heap | ||
| ) |
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), heap, ret_value, and u.
Referenced by H5HG_read(), and H5HG_remove().
References addr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_GHEAP, H5HG_extend(), H5MF_try_extend(), HDassert(), and ret_value.
Referenced by H5HG_insert().
| H5_DLL herr_t H5F_cwfs_remove_heap | ( | H5F_shared_t * | shared, |
| struct H5HG_heap_t * | heap | ||
| ) |
References H5F_shared_t::cwfs, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), heap, H5F_shared_t::ncwfs, ret_value, and u.
Referenced by H5HG__free().
| H5_DLL unsigned H5F_decr_nopen_objs | ( | H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
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_evict_tagged_metadata(), and ret_value.
References f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5F_fake_free(), NULL, and ret_value.
Referenced by H5S_decode(), H5S_encode(), H5T_decode(), and H5T_encode().
References f, and FUNC_LEAVE_NOAPI().
Referenced by H5F_fake_alloc(), H5S_decode(), H5S_encode(), H5T_decode(), and H5T_encode().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FAIL, FUNC_ENTER_NOAPI(), HDassert(), and ret_value.
Referenced by H5VL__native_file_specific().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5AC_flush_tagged_metadata(), H5F__accum_reset(), H5FD_flush(), and ret_value.
Referenced by H5F__start_swmr_write().
| H5_DLL unsigned H5F_gc_ref | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References H5VL_connector_prop_t::connector_id, H5VL_connector_prop_t::connector_info, H5FD_driver_prop_t::driver_id, H5FD_driver_prop_t::driver_info, f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5F__efc_max_nfiles(), H5F_CLOSE_DEFAULT, H5FD_fapl_close(), H5FD_fapl_get(), H5I_object(), H5P_copy_plist(), H5P_LST_FILE_ACCESS_ID_g, H5P_set(), HDassert(), NULL, and ret_value.
Referenced by H5D__virtual_init(), and H5VL__native_file_get().
| H5_DLL char* H5F_get_actual_name | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL hsize_t H5F_get_alignment | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
Referenced by H5VL__native_file_optional().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL haddr_t H5F_get_eoa | ( | const H5F_t * | f, |
| H5FD_mem_t | type | ||
| ) |
References f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5FD_get_eoa(), HDassert(), ret_value, and type.
Referenced by H5F__alloc(), H5FS_vfd_alloc_hdr_and_section_info_if_needed(), H5MF__sects_dump(), H5MF_alloc_tmp(), H5MF_get_freespace(), H5MF_try_extend(), and H5VL__native_file_optional().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL char* H5F_get_extpath | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL H5F_close_degree_t H5F_get_fc_degree | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL hid_t H5F_get_file_id | ( | H5VL_object_t * | vol_obj, |
| H5I_type_t | obj_type, | ||
| hbool_t | app_ref | ||
| ) |
References FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTREGISTER, H5I_FILE, H5I_find_id(), H5I_inc_ref(), H5VL_OBJECT_BY_SELF, H5VL_object_get(), H5VL_OBJECT_GET_FILE, H5VL_reset_vol_wrapper(), H5VL_set_vol_wrapper(), H5VL_wrap_register(), NULL, H5VL_loc_params_t::obj_type, ret_value, and H5VL_loc_params_t::type.
Referenced by H5Iget_file_id(), H5R__decode_token_compat(), H5Rcreate(), H5Rcreate_attr(), H5Rcreate_object(), H5Rcreate_region(), and H5Rget_region().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_get_fileno(), HDassert(), and ret_value.
| H5_DLL H5F_libver_t H5F_get_high_bound | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References FUNC_LEAVE_NOAPI(), H5E_CANTREGISTER, H5I_FILE, H5I_find_id(), H5I_inc_ref(), H5VL_wrap_register(), HDassert(), H5F_t::id_exists, and ret_value.
Referenced by H5O_link_delete().
| H5_DLL unsigned H5F_get_intent | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL H5F_libver_t H5F_get_low_bound | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL herr_t H5F_get_metadata_read_retry_info | ( | H5F_t * | file, |
| H5F_retry_info_t * | info | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5AC_BT2_HDR_ID, H5AC_BT2_INT_ID, H5AC_BT2_LEAF_ID, H5AC_EARRAY_DBLK_PAGE_ID, H5AC_EARRAY_DBLOCK_ID, H5AC_EARRAY_HDR_ID, H5AC_EARRAY_IBLOCK_ID, H5AC_EARRAY_SBLOCK_ID, H5AC_FARRAY_DBLK_PAGE_ID, H5AC_FARRAY_DBLOCK_ID, H5AC_FARRAY_HDR_ID, H5AC_FHEAP_DBLOCK_ID, H5AC_FHEAP_HDR_ID, H5AC_FHEAP_IBLOCK_ID, H5AC_FSPACE_HDR_ID, H5AC_FSPACE_SINFO_ID, H5AC_NTYPES, H5AC_OHDR_CHK_ID, H5AC_OHDR_ID, H5AC_SOHM_LIST_ID, H5AC_SOHM_TABLE_ID, H5AC_SUPERBLOCK_ID, H5MM_malloc(), H5MM_memcpy(), HDassert(), H5F_retry_info_t::nbins, NULL, ret_value, H5F_retry_info_t::retries, H5F_shared_t::retries, H5F_shared_t::retries_nbins, and H5F_t::shared.
Referenced by H5VL__native_file_optional().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_BADVALUE, H5FD_get_mpio_atomicity(), HDassert(), H5F_shared_t::lf, ret_value, and H5F_t::shared.
Referenced by H5VL__native_file_optional().
References f, FAIL, fapl_id, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_get_vfd_handle(), HDassert(), and ret_value.
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_get_mpi_info(), HDassert(), and ret_value.
| H5_DLL unsigned H5F_get_nmounts | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_get_nopen_objs | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_get_nrefs | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL herr_t H5F_get_obj_count | ( | const H5F_t * | f, |
| unsigned | types, | ||
| hbool_t | app_ref, | ||
| size_t * | obj_id_count_ptr | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), HDassert(), and ret_value.
Referenced by H5F__start_swmr_write(), and H5VL__native_file_get().
| H5_DLL herr_t H5F_get_obj_ids | ( | const H5F_t * | f, |
| unsigned | types, | ||
| size_t | max_objs, | ||
| hid_t * | oid_list, | ||
| hbool_t | app_ref, | ||
| size_t * | obj_id_count_ptr | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), HDassert(), and ret_value.
Referenced by H5F__start_swmr_write(), H5F_try_close(), and H5VL__native_file_get().
| H5_DLL char* H5F_get_open_name | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL hsize_t H5F_get_pgend_meta_thres | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_get_read_attempts | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL H5F_shared_t* H5F_get_shared | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_get_sohm_nindexes | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_get_sohm_vers | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL hsize_t H5F_get_threshold | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_get_vfd_handle(), HDassert(), H5F_shared_t::lf, ret_value, and H5F_t::shared.
Referenced by H5VL__native_file_optional().
| H5_DLL const H5VL_class_t* H5F_get_vol_cls | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL H5VL_object_t* H5F_get_vol_obj | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_incr_nopen_objs | ( | H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
Referenced by H5O_refresh_metadata().
| H5_DLL herr_t H5F_init | ( | void | ) |
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), and ret_value.
Referenced by H5VL_init_phase2().
References FUNC_LEAVE_NOAPI(), HDassert(), NULL, H5F_t::parent, and ret_value.
Referenced by H5G_root_loc().
References addr, f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL unsigned H5F_Kvalue | ( | const H5F_t * | f, |
| const struct H5B_class_t * | type | ||
| ) |
| H5_DLL char* H5F_mdc_log_location | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL MPI_Comm H5F_mpi_get_comm | ( | const H5F_t * | f | ) |
References f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_mpi_get_comm(), HDassert(), and ret_value.
Referenced by H5D__contig_fill(), H5F__super_read(), and H5F_mpi_retrieve_comm().
| H5_DLL int H5F_mpi_get_rank | ( | const H5F_t * | f | ) |
References f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_mpi_get_rank(), HDassert(), and ret_value.
Referenced by H5D__contig_fill(), and H5F__super_read().
| H5_DLL int H5F_mpi_get_size | ( | const H5F_t * | f | ) |
References f, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_mpi_get_size(), HDassert(), and ret_value.
Referenced by H5F__super_read().
References f, FAIL, H5O_loc_t::file, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5F_mpi_get_comm(), H5G_loc(), H5P_object_verify(), H5P_peek(), H5P_peek_driver(), HDassert(), NULL, H5G_loc_t::oloc, and ret_value.
Referenced by H5CX_set_apl(), and H5CX_set_loc().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, HDassert(), and ret_value.
References H5FD_class_t::cmp, fapl_id, H5F_shared_t::flags, flags, FUNC_ENTER_NOAPI(), H5E_clear_stack(), H5F__sfile_search(), H5FD_close(), H5FD_get_class(), H5FD_open(), name, NULL, ret_value, and H5HG_heap_t::shared.
Referenced by H5F__efc_open(), H5VL__native_file_create(), and H5VL__native_file_open().
| H5_DLL H5F_t* H5F_prefix_open_file | ( | H5F_t * | primary_file, |
| H5F_prefix_open_t | prefix_type, | ||
| const char * | prop_prefix, | ||
| const char * | file_name, | ||
| unsigned | file_intent, | ||
| hid_t | fapl_id | ||
| ) |
References fapl_id, H5E_clear_stack(), H5F__efc_open(), H5F_PREFIX_ELINK, H5F_PREFIX_VDS, H5MM_strdup(), HDassert(), NULL, and ret_value.
| H5_DLL size_t H5F_rdcc_nbytes | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL size_t H5F_rdcc_nslots | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References FUNC_LEAVE_NOAPI(), HDassert(), and H5F_t::shared.
| H5_DLL void H5F_set_coll_md_read | ( | H5F_t * | f, |
| H5P_coll_md_read_flag_t | flag | ||
| ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
Referenced by H5VL__native_file_optional().
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_BADVALUE, H5FD_set_mpio_atomicity(), HDassert(), H5F_shared_t::lf, ret_value, and H5F_t::shared.
Referenced by H5VL__native_file_optional().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
Referenced by H5F__start_swmr_write().
References addr, f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL void H5F_sfile_assert_num | ( | unsigned | n | ) |
References H5F_sfile_head_g, HDassert(), n, H5F_sfile_node_t::next, and NULL.
Referenced by H5F_term_package().
| H5_DLL herr_t H5F_shared_block_read | ( | H5F_shared_t * | f_sh, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| void * | buf | ||
| ) |
References addr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_DRAW, H5FD_MEM_GHEAP, H5PB_read(), HDassert(), ret_value, size, H5F_shared_t::tmp_addr, and type.
Referenced by H5D__mpio_select_read().
| H5_DLL herr_t H5F_shared_block_write | ( | H5F_shared_t * | f_sh, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| const void * | buf | ||
| ) |
References addr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_DRAW, H5FD_MEM_GHEAP, H5PB_write(), HDassert(), ret_value, size, H5F_shared_t::tmp_addr, and type.
Referenced by H5D__flush_sieve_buf(), and H5D__mpio_select_write().
| H5_DLL haddr_t H5F_shared_get_eoa | ( | const H5F_shared_t * | f_sh, |
| H5FD_mem_t | type | ||
| ) |
References FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5FD_get_eoa(), HDassert(), H5F_shared_t::lf, ret_value, and type.
| H5_DLL unsigned H5F_shared_get_intent | ( | const H5F_shared_t * | f | ) |
References H5F_shared_t::flags, FUNC_LEAVE_NOAPI(), and HDassert().
| H5_DLL hbool_t H5F_shared_has_feature | ( | const H5F_shared_t * | f, |
| unsigned | feature | ||
| ) |
References H5FD_t::feature_flags, FUNC_LEAVE_NOAPI(), HDassert(), and H5F_shared_t::lf.
| H5_DLL int H5F_shared_mpi_get_size | ( | const H5F_shared_t * | f_sh | ) |
References FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_mpi_get_size(), HDassert(), H5F_shared_t::lf, and ret_value.
Referenced by H5PB_read(), and H5PB_write().
| H5_DLL size_t H5F_sieve_buf_size | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
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().
| H5_DLL unsigned H5F_sym_leaf_k | ( | const H5F_t * | f | ) |
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FAIL, FUNC_LEAVE_NOAPI(), H5F__close_mounts(), H5F__dest(), H5F__efc_try_close(), H5F__mount_count_ids(), H5F_CLOSE_DEFAULT, H5F_CLOSE_SEMI, H5F_CLOSE_STRONG, H5F_CLOSE_WEAK, H5F_get_obj_ids(), H5F_try_close(), H5I_dec_ref(), HDassert(), NULL, ret_value, and u.
Referenced by H5D__virtual_release_source_dset_files(), H5F__close(), H5F__close_mounts(), H5F__unmount(), H5F_efc_close(), H5F_try_close(), H5G_close(), H5O_close(), H5O_loc_free(), and H5VL__native_file_open().
References f, FUNC_LEAVE_NOAPI(), and HDassert().
References f, FUNC_LEAVE_NOAPI(), and HDassert().