HDF5  1.12.0
H5HFspace.c File Reference

Functions

herr_t H5HF__space_start (H5HF_hdr_t *hdr, hbool_t may_create)
 
herr_t H5HF__space_add (H5HF_hdr_t *hdr, H5HF_free_section_t *node, unsigned flags)
 
htri_t H5HF__space_find (H5HF_hdr_t *hdr, hsize_t request, H5HF_free_section_t **node)
 
herr_t H5HF__space_revert_root (const H5HF_hdr_t *hdr)
 
herr_t H5HF__space_create_root (const H5HF_hdr_t *hdr, H5HF_indirect_t *root_iblock)
 
herr_t H5HF__space_size (H5HF_hdr_t *hdr, hsize_t *fs_size)
 
herr_t H5HF__space_remove (H5HF_hdr_t *hdr, H5HF_free_section_t *node)
 
herr_t H5HF__space_close (H5HF_hdr_t *hdr)
 
herr_t H5HF__space_delete (H5HF_hdr_t *hdr)
 
herr_t H5HF__space_sect_change_class (H5HF_hdr_t *hdr, H5HF_free_section_t *sect, uint16_t new_class)
 

Function Documentation

◆ H5HF__space_add()

◆ H5HF__space_close()

◆ H5HF__space_create_root()

herr_t H5HF__space_create_root ( const H5HF_hdr_t hdr,
H5HF_indirect_t root_iblock 
)

◆ H5HF__space_delete()

herr_t H5HF__space_delete ( H5HF_hdr_t hdr)

◆ H5HF__space_find()

htri_t H5HF__space_find ( H5HF_hdr_t hdr,
hsize_t  request,
H5HF_free_section_t **  node 
)

◆ H5HF__space_remove()

herr_t H5HF__space_remove ( H5HF_hdr_t hdr,
H5HF_free_section_t node 
)

◆ H5HF__space_revert_root()

herr_t H5HF__space_revert_root ( const H5HF_hdr_t hdr)

◆ H5HF__space_sect_change_class()

herr_t H5HF__space_sect_change_class ( H5HF_hdr_t hdr,
H5HF_free_section_t sect,
uint16_t  new_class 
)

◆ H5HF__space_size()

herr_t H5HF__space_size ( H5HF_hdr_t hdr,
hsize_t *  fs_size 
)

◆ H5HF__space_start()