![]() |
HDF5
1.12.0
|
Functions | |
| void * | H5VL__native_file_create (const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| void * | H5VL__native_file_open (const char *name, unsigned flags, hid_t fapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| herr_t | H5VL__native_file_get (void *obj, H5VL_file_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments) |
| herr_t | H5VL__native_file_specific (void *obj, H5VL_file_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments) |
| herr_t | H5VL__native_file_optional (void *obj, H5VL_file_optional_t optional_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments) |
| herr_t | H5VL__native_file_close (void *file, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| herr_t H5VL__native_file_close | ( | void * | file, |
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
References f, FAIL, FUNC_LEAVE_NOAPI(), H5F__close(), H5F__flush(), H5I_FILE, H5I_find_id(), H5I_get_ref(), HDassert(), and ret_value.
| void* H5VL__native_file_create | ( | const char * | name, |
| unsigned | flags, | ||
| hid_t | fcpl_id, | ||
| hid_t | fapl_id, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
References fapl_id, flags, FUNC_LEAVE_NOAPI(), H5F__close(), H5F_open(), H5F_t::id_exists, name, NULL, and ret_value.
| herr_t H5VL__native_file_get | ( | void * | obj, |
| H5VL_file_get_t | get_type, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req, | ||
| va_list | arguments | ||
| ) |
References f, FAIL, FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5F__get_cont_info(), H5F_get_access_plist(), H5F_get_obj_count(), H5F_get_obj_ids(), H5I_object(), H5P_copy_plist(), H5VL_FILE_GET_CONT_INFO, H5VL_FILE_GET_FAPL, H5VL_FILE_GET_FCPL, H5VL_FILE_GET_FILENO, H5VL_FILE_GET_INTENT, H5VL_FILE_GET_NAME, H5VL_FILE_GET_OBJ_COUNT, H5VL_FILE_GET_OBJ_IDS, H5VL_native_get_file_struct(), len, name, NULL, ret_value, size, and type.
| void* H5VL__native_file_open | ( | const char * | name, |
| unsigned | flags, | ||
| hid_t | fapl_id, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
References fapl_id, flags, FUNC_LEAVE_NOAPI(), H5F_open(), H5F_try_close(), H5F_t::id_exists, name, NULL, and ret_value.
| herr_t H5VL__native_file_optional | ( | void * | obj, |
| H5VL_file_optional_t | optional_type, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req, | ||
| va_list | arguments | ||
| ) |
References eoa, f, FAIL, fapl_id, FUNC_LEAVE_NOAPI(), H5AC_get_cache_auto_resize_config(), H5AC_get_cache_hit_rate(), H5AC_get_cache_size(), H5AC_get_mdc_image_info(), H5AC_reset_cache_hit_rate_stats(), H5AC_set_cache_auto_resize_config(), H5C_get_logging_status(), H5C_start_logging(), H5C_stop_logging(), H5E_BADVALUE, H5E_CANTINIT, H5F__efc_release(), H5F__format_convert(), H5F__get_file_image(), H5F__get_info(), H5F__get_max_eof_eoa(), H5F__post_open(), H5F__set_eoa(), H5F__set_libver_bounds(), H5F__start_swmr_write(), H5F_get_base_addr(), H5F_get_eoa(), H5F_get_metadata_read_retry_info(), H5F_get_mpi_atomicity(), H5F_get_vfd_handle(), H5F_set_min_dset_ohdr(), H5F_set_mpi_atomicity(), H5FD_get_base_addr(), H5FD_MEM_DEFAULT, H5MF_get_free_sections(), H5MF_get_freespace(), H5PB_get_stats(), H5PB_reset_stats(), H5VL_native_get_file_struct(), HDassert(), image_addr, image_len, NULL, ret_value, size, and type.
| herr_t H5VL__native_file_specific | ( | void * | obj, |
| H5VL_file_specific_t | specific_type, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req, | ||
| va_list | arguments | ||
| ) |
References f, FAIL, fapl_id, FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5F__flush(), H5F__is_hdf5(), H5F__mount(), H5F__reopen(), H5F__unmount(), H5F_flush_mounts(), H5F_SCOPE_GLOBAL, H5G_loc_real(), H5VL_FILE_DELETE, H5VL_FILE_FLUSH, H5VL_FILE_IS_ACCESSIBLE, H5VL_FILE_IS_EQUAL, H5VL_FILE_MOUNT, H5VL_FILE_REOPEN, H5VL_FILE_UNMOUNT, H5VL_native_get_file_struct(), H5F_t::id_exists, name, NULL, ret_value, H5F_t::shared, and type.