![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5F_shared_block_read (H5F_shared_t *f_sh, H5FD_mem_t type, haddr_t addr, size_t size, void *buf) |
| herr_t | H5F_block_read (H5F_t *f, H5FD_mem_t type, haddr_t addr, size_t size, void *buf) |
| herr_t | H5F_shared_block_write (H5F_shared_t *f_sh, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf) |
| herr_t | H5F_block_write (H5F_t *f, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf) |
| herr_t | H5F_flush_tagged_metadata (H5F_t *f, haddr_t tag) |
| herr_t | H5F_evict_tagged_metadata (H5F_t *f, haddr_t tag) |
| herr_t | H5F__evict_cache_entries (H5F_t *f) |
| herr_t | H5F_get_checksums (const uint8_t *buf, size_t buf_size, uint32_t *s_chksum, uint32_t *c_chksum) |
References f, FAIL, FUNC_LEAVE_NOAPI(), H5AC_evict(), H5AC_get_cache_size(), H5AC_get_entry_status(), HDassert(), NULL, and ret_value.
Referenced by H5F__start_swmr_write().
| 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().
| 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().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5AC_evict_tagged_metadata(), and ret_value.
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().
| 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().
| 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().