|
| | 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) |
| |