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

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)
 

Function Documentation

◆ H5F__evict_cache_entries()

herr_t H5F__evict_cache_entries ( H5F_t f)

◆ H5F_block_read()

herr_t H5F_block_read ( H5F_t f,
H5FD_mem_t  type,
haddr_t  addr,
size_t  size,
void *  buf 
)

◆ H5F_block_write()

herr_t H5F_block_write ( H5F_t f,
H5FD_mem_t  type,
haddr_t  addr,
size_t  size,
const void *  buf 
)

◆ H5F_evict_tagged_metadata()

herr_t H5F_evict_tagged_metadata ( H5F_t f,
haddr_t  tag 
)

◆ H5F_flush_tagged_metadata()

herr_t H5F_flush_tagged_metadata ( H5F_t f,
haddr_t  tag 
)

◆ H5F_get_checksums()

herr_t H5F_get_checksums ( const uint8_t buf,
size_t  buf_size,
uint32_t s_chksum,
uint32_t c_chksum 
)

◆ H5F_shared_block_read()

herr_t H5F_shared_block_read ( H5F_shared_t f_sh,
H5FD_mem_t  type,
haddr_t  addr,
size_t  size,
void *  buf 
)

◆ H5F_shared_block_write()

herr_t H5F_shared_block_write ( H5F_shared_t f_sh,
H5FD_mem_t  type,
haddr_t  addr,
size_t  size,
const void *  buf 
)