HDF5  1.12.0
H5FSprivate.h File Reference

Data Structures

struct  H5FS_section_class_t
 
struct  H5FS_section_info_t
 
struct  H5FS_create_t
 
struct  H5FS_stat_t
 

Typedefs

typedef struct H5FS_t H5FS_t
 
typedef struct H5FS_section_info_t H5FS_section_info_t
 
typedef struct H5FS_section_class_t H5FS_section_class_t
 
typedef enum H5FS_section_state_t H5FS_section_state_t
 
typedef enum H5FS_client_t H5FS_client_t
 
typedef struct H5FS_create_t H5FS_create_t
 
typedef struct H5FS_stat_t H5FS_stat_t
 
typedef herr_t(* H5FS_operator_t) (H5FS_section_info_t *sect, void *operator_data)
 

Enumerations

enum  H5FS_section_state_t { H5FS_SECT_LIVE, H5FS_SECT_SERIALIZED }
 
enum  H5FS_client_t { H5FS_CLIENT_FHEAP_ID = 0, H5FS_CLIENT_FILE_ID, H5FS_NUM_CLIENT_ID }
 

Functions

 H5FL_SEQ_EXTERN (H5FS_section_class_t)
 
H5_DLL herr_t H5FS_init (void)
 
H5_DLL H5FS_tH5FS_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_tH5FS_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)
 

Typedef Documentation

◆ H5FS_client_t

◆ H5FS_create_t

typedef struct H5FS_create_t H5FS_create_t

◆ H5FS_operator_t

typedef herr_t(* H5FS_operator_t) (H5FS_section_info_t *sect, void *operator_data)

◆ H5FS_section_class_t

◆ H5FS_section_info_t

◆ H5FS_section_state_t

◆ H5FS_stat_t

typedef struct H5FS_stat_t H5FS_stat_t

◆ H5FS_t

typedef struct H5FS_t H5FS_t

Enumeration Type Documentation

◆ H5FS_client_t

Enumerator
H5FS_CLIENT_FHEAP_ID 
H5FS_CLIENT_FILE_ID 
H5FS_NUM_CLIENT_ID 

◆ H5FS_section_state_t

Enumerator
H5FS_SECT_LIVE 
H5FS_SECT_SERIALIZED 

Function Documentation

◆ H5FL_SEQ_EXTERN()

H5FL_SEQ_EXTERN ( H5FS_section_class_t  )

◆ H5FS_alloc_hdr()

◆ H5FS_alloc_sect()

◆ H5FS_close()

◆ H5FS_create()

◆ H5FS_debug()

◆ H5FS_delete()

◆ H5FS_free()

◆ H5FS_get_sect_count()

H5_DLL herr_t H5FS_get_sect_count ( const H5FS_t frsp,
hsize_t *  tot_sect_count 
)

◆ H5FS_init()

H5_DLL herr_t H5FS_init ( void  )

References FUNC_LEAVE_NOAPI(), and ret_value.

◆ H5FS_open()

◆ H5FS_sect_add()

H5_DLL herr_t H5FS_sect_add ( H5F_t f,
H5FS_t fspace,
H5FS_section_info_t node,
unsigned  flags,
void *  op_data 
)

◆ H5FS_sect_change_class()

H5_DLL herr_t H5FS_sect_change_class ( H5F_t f,
H5FS_t fspace,
H5FS_section_info_t sect,
uint16_t  new_class 
)

◆ H5FS_sect_debug()

H5_DLL herr_t H5FS_sect_debug ( const H5FS_t fspace,
const H5FS_section_info_t sect,
FILE *  stream,
int  indent,
int  fwidth 
)

◆ H5FS_sect_find()

H5_DLL htri_t H5FS_sect_find ( H5F_t f,
H5FS_t fspace,
hsize_t  request,
H5FS_section_info_t **  node 
)

◆ H5FS_sect_iterate()

◆ H5FS_sect_remove()

H5_DLL herr_t H5FS_sect_remove ( H5F_t f,
H5FS_t fspace,
H5FS_section_info_t node 
)

References f, HDassert(), and ret_value.

Referenced by H5HF__space_remove().

◆ H5FS_sect_stats()

H5_DLL herr_t H5FS_sect_stats ( const H5FS_t fspace,
hsize_t *  tot_space,
hsize_t *  nsects 
)

◆ H5FS_sect_try_extend()

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 
)

◆ H5FS_sect_try_merge()

H5_DLL htri_t H5FS_sect_try_merge ( H5F_t f,
H5FS_t fspace,
H5FS_section_info_t sect,
unsigned  flags,
void *  op_data 
)

◆ H5FS_sect_try_shrink_eoa()

H5_DLL htri_t H5FS_sect_try_shrink_eoa ( H5F_t f,
H5FS_t fspace,
void *  op_data 
)

◆ H5FS_sects_debug()

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 
)

◆ H5FS_size()

H5_DLL herr_t H5FS_size ( const H5FS_t fspace,
hsize_t *  meta_size 
)

◆ H5FS_stat_info()

◆ H5FS_vfd_alloc_hdr_and_section_info_if_needed()