HDF5  1.12.0
Functions
H5Fquery.c File Reference
#include "H5Fmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5FDprivate.h"

Functions

unsigned H5F_shared_get_intent (const H5F_shared_t *f_sh)
 
unsigned H5F_get_intent (const H5F_t *f)
 
H5F_libver_t H5F_get_low_bound (const H5F_t *f)
 
H5F_libver_t H5F_get_high_bound (const H5F_t *f)
 
char * H5F_get_open_name (const H5F_t *f)
 
char * H5F_get_actual_name (const H5F_t *f)
 
char * H5F_get_extpath (const H5F_t *f)
 
H5F_shared_tH5F_get_shared (const H5F_t *f)
 
hbool_t H5F_same_shared (const H5F_t *f1, const H5F_t *f2)
 
unsigned H5F_get_nopen_objs (const H5F_t *f)
 
hbool_t H5F_file_id_exists (const H5F_t *f)
 
H5F_tH5F_get_parent (const H5F_t *f)
 
unsigned H5F_get_nmounts (const H5F_t *f)
 
unsigned H5F_get_read_attempts (const H5F_t *f)
 
hid_t H5F_get_fcpl (const H5F_t *f)
 
uint8_t H5F_sizeof_addr (const H5F_t *f)
 
uint8_t H5F_sizeof_size (const H5F_t *f)
 
haddr_t H5F_get_sohm_addr (const H5F_t *f)
 
unsigned H5F_get_sohm_vers (const H5F_t *f)
 
unsigned H5F_get_sohm_nindexes (const H5F_t *f)
 
unsigned H5F_sym_leaf_k (const H5F_t *f)
 
hbool_t H5F_get_min_dset_ohdr (const H5F_t *f)
 
unsigned H5F_Kvalue (const H5F_t *f, const H5B_class_t *type)
 
unsigned H5F_get_nrefs (const H5F_t *f)
 
size_t H5F_rdcc_nslots (const H5F_t *f)
 
size_t H5F_rdcc_nbytes (const H5F_t *f)
 
double H5F_rdcc_w0 (const H5F_t *f)
 
haddr_t H5F_get_base_addr (const H5F_t *f)
 
H5UC_tH5F_grp_btree_shared (const H5F_t *f)
 
size_t H5F_sieve_buf_size (const H5F_t *f)
 
unsigned H5F_gc_ref (const H5F_t *f)
 
H5F_close_degree_t H5F_get_fc_degree (const H5F_t *f)
 
hbool_t H5F_get_evict_on_close (const H5F_t *f)
 
hbool_t H5F_store_msg_crt_idx (const H5F_t *f)
 
hbool_t H5F_shared_has_feature (const H5F_shared_t *f_sh, unsigned feature)
 
hbool_t H5F_has_feature (const H5F_t *f, unsigned feature)
 
hid_t H5F_get_driver_id (const H5F_t *f)
 
herr_t H5F_get_fileno (const H5F_t *f, unsigned long *filenum)
 
haddr_t H5F_shared_get_eoa (const H5F_shared_t *f_sh, H5FD_mem_t type)
 
haddr_t H5F_get_eoa (const H5F_t *f, H5FD_mem_t type)
 
herr_t H5F_get_vfd_handle (const H5F_t *file, hid_t fapl, void **file_handle)
 
hbool_t H5F_is_tmp_addr (const H5F_t *f, haddr_t addr)
 
hbool_t H5F_use_tmp_space (const H5F_t *f)
 
hbool_t H5F_use_mdc_logging (const H5F_t *f)
 
hbool_t H5F_start_mdc_log_on_access (const H5F_t *f)
 
char * H5F_mdc_log_location (const H5F_t *f)
 
hsize_t H5F_get_alignment (const H5F_t *f)
 
hsize_t H5F_get_threshold (const H5F_t *f)
 
hsize_t H5F_get_pgend_meta_thres (const H5F_t *f)
 
hbool_t H5F_get_point_of_no_return (const H5F_t *f)
 
hbool_t H5F_get_null_fsm_addr (const H5F_t *f)
 
const H5VL_class_tH5F_get_vol_cls (const H5F_t *f)
 
H5VL_object_tH5F_get_vol_obj (const H5F_t *f)
 
herr_t H5F__get_cont_info (const H5F_t *f, H5VL_file_cont_info_t *info)
 

Function Documentation

◆ H5F__get_cont_info()

herr_t H5F__get_cont_info ( const H5F_t f,
H5VL_file_cont_info_t info 
)

◆ H5F_file_id_exists()

hbool_t H5F_file_id_exists ( const H5F_t f)

◆ H5F_gc_ref()

unsigned H5F_gc_ref ( const H5F_t f)

◆ H5F_get_actual_name()

char* H5F_get_actual_name ( const H5F_t f)

◆ H5F_get_alignment()

hsize_t H5F_get_alignment ( const H5F_t f)

◆ H5F_get_base_addr()

haddr_t H5F_get_base_addr ( const H5F_t f)

◆ H5F_get_driver_id()

hid_t H5F_get_driver_id ( const H5F_t f)

◆ H5F_get_eoa()

haddr_t H5F_get_eoa ( const H5F_t f,
H5FD_mem_t  type 
)

◆ H5F_get_evict_on_close()

hbool_t H5F_get_evict_on_close ( const H5F_t f)

◆ H5F_get_extpath()

char* H5F_get_extpath ( const H5F_t f)

◆ H5F_get_fc_degree()

H5F_close_degree_t H5F_get_fc_degree ( const H5F_t f)

◆ H5F_get_fcpl()

hid_t H5F_get_fcpl ( const H5F_t f)

◆ H5F_get_fileno()

herr_t H5F_get_fileno ( const H5F_t f,
unsigned long filenum 
)

◆ H5F_get_high_bound()

H5F_libver_t H5F_get_high_bound ( const H5F_t f)

◆ H5F_get_intent()

unsigned H5F_get_intent ( const H5F_t f)

◆ H5F_get_low_bound()

H5F_libver_t H5F_get_low_bound ( const H5F_t f)

◆ H5F_get_min_dset_ohdr()

hbool_t H5F_get_min_dset_ohdr ( const H5F_t f)

◆ H5F_get_nmounts()

unsigned H5F_get_nmounts ( const H5F_t f)

◆ H5F_get_nopen_objs()

unsigned H5F_get_nopen_objs ( const H5F_t f)

◆ H5F_get_nrefs()

unsigned H5F_get_nrefs ( const H5F_t f)

◆ H5F_get_null_fsm_addr()

hbool_t H5F_get_null_fsm_addr ( const H5F_t f)

◆ H5F_get_open_name()

char* H5F_get_open_name ( const H5F_t f)

◆ H5F_get_parent()

H5F_t* H5F_get_parent ( const H5F_t f)

◆ H5F_get_pgend_meta_thres()

hsize_t H5F_get_pgend_meta_thres ( const H5F_t f)

◆ H5F_get_point_of_no_return()

hbool_t H5F_get_point_of_no_return ( const H5F_t f)

◆ H5F_get_read_attempts()

unsigned H5F_get_read_attempts ( const H5F_t f)

◆ H5F_get_shared()

H5F_shared_t* H5F_get_shared ( const H5F_t f)

◆ H5F_get_sohm_addr()

haddr_t H5F_get_sohm_addr ( const H5F_t f)

◆ H5F_get_sohm_nindexes()

unsigned H5F_get_sohm_nindexes ( const H5F_t f)

◆ H5F_get_sohm_vers()

unsigned H5F_get_sohm_vers ( const H5F_t f)

◆ H5F_get_threshold()

hsize_t H5F_get_threshold ( const H5F_t f)

◆ H5F_get_vfd_handle()

herr_t H5F_get_vfd_handle ( const H5F_t file,
hid_t  fapl,
void **  file_handle 
)

◆ H5F_get_vol_cls()

const H5VL_class_t* H5F_get_vol_cls ( const H5F_t f)

◆ H5F_get_vol_obj()

H5VL_object_t* H5F_get_vol_obj ( const H5F_t f)

◆ H5F_grp_btree_shared()

H5UC_t* H5F_grp_btree_shared ( const H5F_t f)

◆ H5F_has_feature()

hbool_t H5F_has_feature ( const H5F_t f,
unsigned  feature 
)

◆ H5F_is_tmp_addr()

hbool_t H5F_is_tmp_addr ( const H5F_t f,
haddr_t  addr 
)

◆ H5F_Kvalue()

unsigned H5F_Kvalue ( const H5F_t f,
const H5B_class_t type 
)

◆ H5F_mdc_log_location()

char* H5F_mdc_log_location ( const H5F_t f)

◆ H5F_rdcc_nbytes()

size_t H5F_rdcc_nbytes ( const H5F_t f)

◆ H5F_rdcc_nslots()

size_t H5F_rdcc_nslots ( const H5F_t f)

◆ H5F_rdcc_w0()

double H5F_rdcc_w0 ( const H5F_t f)

◆ H5F_same_shared()

hbool_t H5F_same_shared ( const H5F_t f1,
const H5F_t f2 
)

◆ H5F_shared_get_eoa()

haddr_t H5F_shared_get_eoa ( const H5F_shared_t f_sh,
H5FD_mem_t  type 
)

◆ H5F_shared_get_intent()

unsigned H5F_shared_get_intent ( const H5F_shared_t f_sh)

◆ H5F_shared_has_feature()

hbool_t H5F_shared_has_feature ( const H5F_shared_t f_sh,
unsigned  feature 
)

◆ H5F_sieve_buf_size()

size_t H5F_sieve_buf_size ( const H5F_t f)

◆ H5F_sizeof_addr()

uint8_t H5F_sizeof_addr ( const H5F_t f)

◆ H5F_sizeof_size()

uint8_t H5F_sizeof_size ( const H5F_t f)

◆ H5F_start_mdc_log_on_access()

hbool_t H5F_start_mdc_log_on_access ( const H5F_t f)

◆ H5F_store_msg_crt_idx()

hbool_t H5F_store_msg_crt_idx ( const H5F_t f)

◆ H5F_sym_leaf_k()

unsigned H5F_sym_leaf_k ( const H5F_t f)

◆ H5F_use_mdc_logging()

hbool_t H5F_use_mdc_logging ( const H5F_t f)

◆ H5F_use_tmp_space()

hbool_t H5F_use_tmp_space ( const H5F_t f)