|
| | H5FL_SEQ_EXTERN (H5FS_section_class_t) |
| |
| H5_DLL herr_t | H5FS_init (void) |
| |
| H5_DLL 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) |
| |
| H5_DLL 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) |
| |
| H5_DLL herr_t | H5FS_size (const H5FS_t *fspace, hsize_t *meta_size) |
| |
| H5_DLL herr_t | H5FS_delete (H5F_t *f, haddr_t fs_addr) |
| |
| H5_DLL herr_t | H5FS_close (H5F_t *f, H5FS_t *fspace) |
| |
| H5_DLL herr_t | H5FS_alloc_hdr (H5F_t *f, H5FS_t *fspace, haddr_t *fs_addr) |
| |
| H5_DLL herr_t | H5FS_alloc_sect (H5F_t *f, H5FS_t *fspace) |
| |
| H5_DLL herr_t | H5FS_free (H5F_t *f, H5FS_t *fspace, hbool_t free_file_space) |
| |
| H5_DLL herr_t | H5FS_sect_add (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *node, unsigned flags, void *op_data) |
| |
| H5_DLL htri_t | H5FS_sect_try_merge (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect, unsigned flags, void *op_data) |
| |
| H5_DLL htri_t | H5FS_sect_try_extend (H5F_t *f, H5FS_t *fspace, haddr_t addr, hsize_t size, hsize_t extra_requested, unsigned flags, void *op_data) |
| |
| H5_DLL herr_t | H5FS_sect_remove (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *node) |
| |
| H5_DLL htri_t | H5FS_sect_find (H5F_t *f, H5FS_t *fspace, hsize_t request, H5FS_section_info_t **node) |
| |
| H5_DLL herr_t | H5FS_sect_iterate (H5F_t *f, H5FS_t *fspace, H5FS_operator_t op, void *op_data) |
| |
| H5_DLL herr_t | H5FS_sect_stats (const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) |
| |
| H5_DLL herr_t | H5FS_sect_change_class (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect, uint16_t new_class) |
| |
| H5_DLL htri_t | H5FS_sect_try_shrink_eoa (H5F_t *f, H5FS_t *fspace, void *op_data) |
| |
| H5_DLL herr_t | H5FS_stat_info (const H5F_t *f, const H5FS_t *frsp, H5FS_stat_t *stats) |
| |
| H5_DLL herr_t | H5FS_get_sect_count (const H5FS_t *frsp, hsize_t *tot_sect_count) |
| |
| H5_DLL herr_t | H5FS_vfd_alloc_hdr_and_section_info_if_needed (H5F_t *f, H5FS_t *fspace, haddr_t *fs_addr_ptr) |
| |
| H5_DLL herr_t | H5FS_debug (H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth) |
| |
| H5_DLL herr_t | H5FS_sects_debug (H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth, haddr_t fs_addr, haddr_t client_addr) |
| |
| H5_DLL herr_t | H5FS_sect_debug (const H5FS_t *fspace, const H5FS_section_info_t *sect, FILE *stream, int indent, int fwidth) |
| |