HDF5  1.12.0
Functions
H5Fsuper.c File Reference
#include "H5Fmodule.h"
#include "H5private.h"
#include "H5ACprivate.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5FDprivate.h"
#include "H5Iprivate.h"
#include "H5MFprivate.h"
#include "H5MMprivate.h"
#include "H5Pprivate.h"
#include "H5SMprivate.h"

Functions

 H5FL_DEFINE (H5F_super_t)
 
herr_t H5F__super_ext_open (H5F_t *f, haddr_t ext_addr, H5O_loc_t *ext_ptr)
 
herr_t H5F__super_ext_close (H5F_t *f, H5O_loc_t *ext_ptr, hbool_t was_created)
 
herr_t H5F__super_read (H5F_t *f, H5P_genplist_t *fa_plist, hbool_t initial_read)
 
herr_t H5F__super_init (H5F_t *f)
 
herr_t H5F_eoa_dirty (H5F_t *f)
 
herr_t H5F_super_dirty (H5F_t *f)
 
herr_t H5F__super_free (H5F_super_t *sblock)
 
herr_t H5F__super_size (H5F_t *f, hsize_t *super_size, hsize_t *super_ext_size)
 
herr_t H5F__super_ext_write_msg (H5F_t *f, unsigned id, void *mesg, hbool_t may_create, unsigned mesg_flags)
 
herr_t H5F__super_ext_remove_msg (H5F_t *f, unsigned id)
 

Function Documentation

◆ H5F__super_ext_close()

herr_t H5F__super_ext_close ( H5F_t f,
H5O_loc_t ext_ptr,
hbool_t  was_created 
)

◆ H5F__super_ext_open()

herr_t H5F__super_ext_open ( H5F_t f,
haddr_t  ext_addr,
H5O_loc_t ext_ptr 
)

◆ H5F__super_ext_remove_msg()

herr_t H5F__super_ext_remove_msg ( H5F_t f,
unsigned  id 
)

◆ H5F__super_ext_write_msg()

herr_t H5F__super_ext_write_msg ( H5F_t f,
unsigned  id,
void *  mesg,
hbool_t  may_create,
unsigned  mesg_flags 
)

◆ H5F__super_free()

herr_t H5F__super_free ( H5F_super_t sblock)

◆ H5F__super_init()

herr_t H5F__super_init ( H5F_t f)

◆ H5F__super_read()

herr_t H5F__super_read ( H5F_t f,
H5P_genplist_t fa_plist,
hbool_t  initial_read 
)

◆ H5F__super_size()

herr_t H5F__super_size ( H5F_t f,
hsize_t super_size,
hsize_t super_ext_size 
)

◆ H5F_eoa_dirty()

herr_t H5F_eoa_dirty ( H5F_t f)

◆ H5F_super_dirty()

herr_t H5F_super_dirty ( H5F_t f)

◆ H5FL_DEFINE()

H5FL_DEFINE ( H5F_super_t  )