MISR Toolkit  1.5.1
Data Structures | Macros | Typedefs | Enumerations | Functions
H5FDpublic.h File Reference
#include "H5public.h"
#include "H5Fpublic.h"

Go to the source code of this file.

Data Structures

struct  H5FD_class_t
 
struct  H5FD_free_t
 
struct  H5FD_t
 
struct  H5FD_file_image_callbacks_t
 

Macros

#define H5_HAVE_VFL   1 /*define a convenient app feature test*/
 
#define H5FD_VFD_DEFAULT   0 /* Default VFL driver value */
 
#define H5FD_MEM_FHEAP_HDR   H5FD_MEM_OHDR
 
#define H5FD_MEM_FHEAP_IBLOCK   H5FD_MEM_OHDR
 
#define H5FD_MEM_FHEAP_DBLOCK   H5FD_MEM_LHEAP
 
#define H5FD_MEM_FHEAP_HUGE_OBJ   H5FD_MEM_DRAW
 
#define H5FD_MEM_FSPACE_HDR   H5FD_MEM_OHDR
 
#define H5FD_MEM_FSPACE_SINFO   H5FD_MEM_LHEAP
 
#define H5FD_MEM_SOHM_TABLE   H5FD_MEM_OHDR
 
#define H5FD_MEM_SOHM_INDEX   H5FD_MEM_BTREE
 
#define H5FD_FLMAP_SINGLE
 
#define H5FD_FLMAP_DICHOTOMY
 
#define H5FD_FLMAP_DEFAULT
 
#define H5FD_FEAT_AGGREGATE_METADATA   0x00000001
 
#define H5FD_FEAT_ACCUMULATE_METADATA_WRITE   0x00000002
 
#define H5FD_FEAT_ACCUMULATE_METADATA_READ   0x00000004
 
#define H5FD_FEAT_ACCUMULATE_METADATA   (H5FD_FEAT_ACCUMULATE_METADATA_WRITE|H5FD_FEAT_ACCUMULATE_METADATA_READ)
 
#define H5FD_FEAT_DATA_SIEVE   0x00000008
 
#define H5FD_FEAT_AGGREGATE_SMALLDATA   0x00000010
 
#define H5FD_FEAT_IGNORE_DRVRINFO   0x00000020
 
#define H5FD_FEAT_DIRTY_SBLK_LOAD   0x00000040
 
#define H5FD_FEAT_POSIX_COMPAT_HANDLE   0x00000080
 
#define H5FD_FEAT_HAS_MPI   0x00000100
 
#define H5FD_FEAT_ALLOCATE_EARLY   0x00000200
 
#define H5FD_FEAT_ALLOW_FILE_IMAGE   0x00000400
 
#define H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS   0x00000800
 

Typedefs

typedef enum H5F_mem_t H5FD_mem_t
 
typedef struct H5FD_t H5FD_t
 
typedef struct H5FD_class_t H5FD_class_t
 
typedef struct H5FD_free_t H5FD_free_t
 

Enumerations

enum  H5FD_file_image_op_t {
  H5FD_FILE_IMAGE_OP_NO_OP,
  H5FD_FILE_IMAGE_OP_PROPERTY_LIST_SET,
  H5FD_FILE_IMAGE_OP_PROPERTY_LIST_COPY,
  H5FD_FILE_IMAGE_OP_PROPERTY_LIST_GET,
  H5FD_FILE_IMAGE_OP_PROPERTY_LIST_CLOSE,
  H5FD_FILE_IMAGE_OP_FILE_OPEN,
  H5FD_FILE_IMAGE_OP_FILE_RESIZE,
  H5FD_FILE_IMAGE_OP_FILE_CLOSE
}
 

Functions

H5_DLL hid_t H5FDregister (const H5FD_class_t *cls)
 
H5_DLL herr_t H5FDunregister (hid_t driver_id)
 
H5_DLL H5FD_tH5FDopen (const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr)
 
H5_DLL herr_t H5FDclose (H5FD_t *file)
 
H5_DLL int H5FDcmp (const H5FD_t *f1, const H5FD_t *f2)
 
H5_DLL int H5FDquery (const H5FD_t *f, unsigned long *flags)
 
H5_DLL haddr_t H5FDalloc (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, hsize_t size)
 
H5_DLL herr_t H5FDfree (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, hsize_t size)
 
H5_DLL haddr_t H5FDget_eoa (H5FD_t *file, H5FD_mem_t type)
 
H5_DLL herr_t H5FDset_eoa (H5FD_t *file, H5FD_mem_t type, haddr_t eoa)
 
H5_DLL haddr_t H5FDget_eof (H5FD_t *file)
 
H5_DLL herr_t H5FDget_vfd_handle (H5FD_t *file, hid_t fapl, void **file_handle)
 
H5_DLL herr_t H5FDread (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, size_t size, void *buf)
 
H5_DLL herr_t H5FDwrite (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, size_t size, const void *buf)
 
H5_DLL herr_t H5FDflush (H5FD_t *file, hid_t dxpl_id, unsigned closing)
 
H5_DLL herr_t H5FDtruncate (H5FD_t *file, hid_t dxpl_id, hbool_t closing)
 

Macro Definition Documentation

◆ H5_HAVE_VFL

#define H5_HAVE_VFL   1 /*define a convenient app feature test*/

Definition at line 24 of file H5FDpublic.h.

◆ H5FD_FEAT_ACCUMULATE_METADATA

#define H5FD_FEAT_ACCUMULATE_METADATA   (H5FD_FEAT_ACCUMULATE_METADATA_WRITE|H5FD_FEAT_ACCUMULATE_METADATA_READ)

Definition at line 143 of file H5FDpublic.h.

◆ H5FD_FEAT_ACCUMULATE_METADATA_READ

#define H5FD_FEAT_ACCUMULATE_METADATA_READ   0x00000004

Definition at line 142 of file H5FDpublic.h.

◆ H5FD_FEAT_ACCUMULATE_METADATA_WRITE

#define H5FD_FEAT_ACCUMULATE_METADATA_WRITE   0x00000002

Definition at line 141 of file H5FDpublic.h.

◆ H5FD_FEAT_AGGREGATE_METADATA

#define H5FD_FEAT_AGGREGATE_METADATA   0x00000001

Definition at line 128 of file H5FDpublic.h.

◆ H5FD_FEAT_AGGREGATE_SMALLDATA

#define H5FD_FEAT_AGGREGATE_SMALLDATA   0x00000010

Definition at line 157 of file H5FDpublic.h.

◆ H5FD_FEAT_ALLOCATE_EARLY

#define H5FD_FEAT_ALLOCATE_EARLY   0x00000200

Definition at line 189 of file H5FDpublic.h.

◆ H5FD_FEAT_ALLOW_FILE_IMAGE

#define H5FD_FEAT_ALLOW_FILE_IMAGE   0x00000400

Definition at line 195 of file H5FDpublic.h.

◆ H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS

#define H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS   0x00000800

Definition at line 201 of file H5FDpublic.h.

◆ H5FD_FEAT_DATA_SIEVE

#define H5FD_FEAT_DATA_SIEVE   0x00000008

Definition at line 151 of file H5FDpublic.h.

◆ H5FD_FEAT_DIRTY_SBLK_LOAD

#define H5FD_FEAT_DIRTY_SBLK_LOAD   0x00000040

Definition at line 171 of file H5FDpublic.h.

◆ H5FD_FEAT_HAS_MPI

#define H5FD_FEAT_HAS_MPI   0x00000100

Definition at line 183 of file H5FDpublic.h.

◆ H5FD_FEAT_IGNORE_DRVRINFO

#define H5FD_FEAT_IGNORE_DRVRINFO   0x00000020

Definition at line 164 of file H5FDpublic.h.

◆ H5FD_FEAT_POSIX_COMPAT_HANDLE

#define H5FD_FEAT_POSIX_COMPAT_HANDLE   0x00000080

Definition at line 177 of file H5FDpublic.h.

◆ H5FD_FLMAP_DEFAULT

#define H5FD_FLMAP_DEFAULT
Value:
{ \
H5FD_MEM_DEFAULT, /*default*/ \
H5FD_MEM_DEFAULT, /*super*/ \
H5FD_MEM_DEFAULT, /*btree*/ \
H5FD_MEM_DEFAULT, /*draw*/ \
H5FD_MEM_DEFAULT, /*gheap*/ \
H5FD_MEM_DEFAULT, /*lheap*/ \
H5FD_MEM_DEFAULT /*ohdr*/ \
}

Definition at line 110 of file H5FDpublic.h.

◆ H5FD_FLMAP_DICHOTOMY

#define H5FD_FLMAP_DICHOTOMY
Value:
{ \
H5FD_MEM_SUPER, /*default*/ \
H5FD_MEM_SUPER, /*super*/ \
H5FD_MEM_SUPER, /*btree*/ \
H5FD_MEM_DRAW, /*draw*/ \
H5FD_MEM_DRAW, /*gheap*/ \
H5FD_MEM_SUPER, /*lheap*/ \
H5FD_MEM_SUPER /*ohdr*/ \
}

Definition at line 96 of file H5FDpublic.h.

◆ H5FD_FLMAP_SINGLE

#define H5FD_FLMAP_SINGLE
Value:
{ \
H5FD_MEM_SUPER, /*default*/ \
H5FD_MEM_SUPER, /*super*/ \
H5FD_MEM_SUPER, /*btree*/ \
H5FD_MEM_SUPER, /*draw*/ \
H5FD_MEM_SUPER, /*gheap*/ \
H5FD_MEM_SUPER, /*lheap*/ \
H5FD_MEM_SUPER /*ohdr*/ \
}

Definition at line 82 of file H5FDpublic.h.

◆ H5FD_MEM_FHEAP_DBLOCK

#define H5FD_MEM_FHEAP_DBLOCK   H5FD_MEM_LHEAP

Definition at line 47 of file H5FDpublic.h.

◆ H5FD_MEM_FHEAP_HDR

#define H5FD_MEM_FHEAP_HDR   H5FD_MEM_OHDR

Definition at line 45 of file H5FDpublic.h.

◆ H5FD_MEM_FHEAP_HUGE_OBJ

#define H5FD_MEM_FHEAP_HUGE_OBJ   H5FD_MEM_DRAW

Definition at line 48 of file H5FDpublic.h.

◆ H5FD_MEM_FHEAP_IBLOCK

#define H5FD_MEM_FHEAP_IBLOCK   H5FD_MEM_OHDR

Definition at line 46 of file H5FDpublic.h.

◆ H5FD_MEM_FSPACE_HDR

#define H5FD_MEM_FSPACE_HDR   H5FD_MEM_OHDR

Definition at line 59 of file H5FDpublic.h.

◆ H5FD_MEM_FSPACE_SINFO

#define H5FD_MEM_FSPACE_SINFO   H5FD_MEM_LHEAP

Definition at line 60 of file H5FDpublic.h.

◆ H5FD_MEM_SOHM_INDEX

#define H5FD_MEM_SOHM_INDEX   H5FD_MEM_BTREE

Definition at line 73 of file H5FDpublic.h.

◆ H5FD_MEM_SOHM_TABLE

#define H5FD_MEM_SOHM_TABLE   H5FD_MEM_OHDR

Definition at line 72 of file H5FDpublic.h.

◆ H5FD_VFD_DEFAULT

#define H5FD_VFD_DEFAULT   0 /* Default VFL driver value */

Definition at line 25 of file H5FDpublic.h.

Typedef Documentation

◆ H5FD_class_t

typedef struct H5FD_class_t H5FD_class_t

◆ H5FD_free_t

typedef struct H5FD_free_t H5FD_free_t

◆ H5FD_mem_t

typedef enum H5F_mem_t H5FD_mem_t

Definition at line 28 of file H5FDpublic.h.

◆ H5FD_t

typedef struct H5FD_t H5FD_t

Definition at line 204 of file H5FDpublic.h.

Enumeration Type Documentation

◆ H5FD_file_image_op_t

Enumerator
H5FD_FILE_IMAGE_OP_NO_OP 
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_SET 
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_COPY 
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_GET 
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_CLOSE 
H5FD_FILE_IMAGE_OP_FILE_OPEN 
H5FD_FILE_IMAGE_OP_FILE_RESIZE 
H5FD_FILE_IMAGE_OP_FILE_CLOSE 

Definition at line 271 of file H5FDpublic.h.

Function Documentation

◆ H5FDalloc()

H5_DLL haddr_t H5FDalloc ( H5FD_t file,
H5FD_mem_t  type,
hid_t  dxpl_id,
hsize_t  size 
)

◆ H5FDclose()

H5_DLL herr_t H5FDclose ( H5FD_t file)

◆ H5FDcmp()

H5_DLL int H5FDcmp ( const H5FD_t f1,
const H5FD_t f2 
)

◆ H5FDflush()

H5_DLL herr_t H5FDflush ( H5FD_t file,
hid_t  dxpl_id,
unsigned  closing 
)

◆ H5FDfree()

H5_DLL herr_t H5FDfree ( H5FD_t file,
H5FD_mem_t  type,
hid_t  dxpl_id,
haddr_t  addr,
hsize_t  size 
)

◆ H5FDget_eoa()

H5_DLL haddr_t H5FDget_eoa ( H5FD_t file,
H5FD_mem_t  type 
)

◆ H5FDget_eof()

H5_DLL haddr_t H5FDget_eof ( H5FD_t file)

◆ H5FDget_vfd_handle()

H5_DLL herr_t H5FDget_vfd_handle ( H5FD_t file,
hid_t  fapl,
void **  file_handle 
)

◆ H5FDopen()

H5_DLL H5FD_t* H5FDopen ( const char *  name,
unsigned  flags,
hid_t  fapl_id,
haddr_t  maxaddr 
)

◆ H5FDquery()

H5_DLL int H5FDquery ( const H5FD_t f,
unsigned long *  flags 
)

◆ H5FDread()

H5_DLL herr_t H5FDread ( H5FD_t file,
H5FD_mem_t  type,
hid_t  dxpl_id,
haddr_t  addr,
size_t  size,
void *  buf 
)

◆ H5FDregister()

H5_DLL hid_t H5FDregister ( const H5FD_class_t cls)

◆ H5FDset_eoa()

H5_DLL herr_t H5FDset_eoa ( H5FD_t file,
H5FD_mem_t  type,
haddr_t  eoa 
)

◆ H5FDtruncate()

H5_DLL herr_t H5FDtruncate ( H5FD_t file,
hid_t  dxpl_id,
hbool_t  closing 
)

◆ H5FDunregister()

H5_DLL herr_t H5FDunregister ( hid_t  driver_id)

◆ H5FDwrite()

H5_DLL herr_t H5FDwrite ( H5FD_t file,
H5FD_mem_t  type,
hid_t  dxpl_id,
haddr_t  addr,
size_t  size,
const void *  buf 
)

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:54