|
| | H5FL_DEFINE (H5FS_node_t) |
| |
| | H5FL_SEQ_DEFINE (H5FS_bin_t) |
| |
| | H5FL_DEFINE (H5FS_sinfo_t) |
| |
| H5FS_sinfo_t * | H5FS__sinfo_new (H5F_t *f, H5FS_t *fspace) |
| |
| herr_t | H5FS_sect_remove (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect) |
| |
| herr_t | H5FS_sect_add (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect, unsigned flags, void *op_data) |
| |
| 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) |
| |
| htri_t | H5FS_sect_try_merge (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect, unsigned flags, void *op_data) |
| |
| htri_t | H5FS_sect_find (H5F_t *f, H5FS_t *fspace, hsize_t request, H5FS_section_info_t **node) |
| |
| herr_t | H5FS_sect_iterate (H5F_t *f, H5FS_t *fspace, H5FS_operator_t op, void *op_data) |
| |
| herr_t | H5FS_sect_stats (const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) |
| |
| herr_t | H5FS_sect_change_class (H5F_t *f, H5FS_t *fspace, H5FS_section_info_t *sect, uint16_t new_class) |
| |
| htri_t | H5FS_sect_try_shrink_eoa (H5F_t *f, H5FS_t *fspace, void *op_data) |
| |
| herr_t | H5FS_vfd_alloc_hdr_and_section_info_if_needed (H5F_t *f, H5FS_t *fspace, haddr_t *fs_addr_ptr) |
| |