|
| | H5FL_SEQ_DEFINE (H5FS_section_class_t) |
| |
| | H5FL_DEFINE (H5FS_t) |
| |
| H5FS_t * | H5FS_create (H5F_t *f, haddr_t *fs_addr, const H5FS_create_t *fs_create, uint16_t nclasses, const H5FS_section_class_t *classes[], void *cls_init_udata, hsize_t alignment, hsize_t threshold) |
| |
| H5FS_t * | H5FS_open (H5F_t *f, haddr_t fs_addr, uint16_t nclasses, const H5FS_section_class_t *classes[], void *cls_init_udata, hsize_t alignment, hsize_t threshold) |
| |
| herr_t | H5FS_delete (H5F_t *f, haddr_t fs_addr) |
| |
| herr_t | H5FS_close (H5F_t *f, H5FS_t *fspace) |
| |
| H5FS_t * | H5FS__new (const H5F_t *f, uint16_t nclasses, const H5FS_section_class_t *classes[], void *cls_init_udata) |
| |
| herr_t | H5FS_size (const H5FS_t *fspace, hsize_t *meta_size) |
| |
| herr_t | H5FS__incr (H5FS_t *fspace) |
| |
| herr_t | H5FS__decr (H5FS_t *fspace) |
| |
| herr_t | H5FS__dirty (H5FS_t *fspace) |
| |
| herr_t | H5FS_alloc_hdr (H5F_t *f, H5FS_t *fspace, haddr_t *fs_addr) |
| |
| herr_t | H5FS_alloc_sect (H5F_t *f, H5FS_t *fspace) |
| |
| herr_t | H5FS_free (H5F_t *f, H5FS_t *fspace, hbool_t free_file_space) |
| |
| herr_t | H5FS__hdr_dest (H5FS_t *fspace) |
| |
| herr_t | H5FS__sinfo_dest (H5FS_sinfo_t *sinfo) |
| |
| herr_t | H5FS_get_sect_count (const H5FS_t *frsp, hsize_t *tot_sect_count) |
| |