HDF5  1.12.0
Data Structures | Macros | Typedefs | Functions
H5FDhdfs.c File Reference
#include "H5FDdrvr_module.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FDprivate.h"
#include "H5FDhdfs.h"
#include "H5FLprivate.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"

Data Structures

struct  H5FD_hdfs_t
 

Macros

#define HDFS_DEBUG   0
 
#define HDFS_STATS   0
 
#define MAXADDR   (((haddr_t)1<<(8*sizeof(HDoff_t)-1))-1)
 

Typedefs

typedef struct H5FD_hdfs_t H5FD_hdfs_t
 

Functions

hid_t H5FD_hdfs_init (void)
 
herr_t H5Pset_fapl_hdfs (hid_t fapl_id, H5FD_hdfs_fapl_t *fa)
 
herr_t H5Pget_fapl_hdfs (hid_t fapl_id, H5FD_hdfs_fapl_t *fa_out)
 

Macro Definition Documentation

◆ HDFS_DEBUG

#define HDFS_DEBUG   0

◆ HDFS_STATS

#define HDFS_STATS   0

◆ MAXADDR

#define MAXADDR   (((haddr_t)1<<(8*sizeof(HDoff_t)-1))-1)

Typedef Documentation

◆ H5FD_hdfs_t

typedef struct H5FD_hdfs_t H5FD_hdfs_t

Function Documentation

◆ H5FD_hdfs_init()

hid_t H5FD_hdfs_init ( void  )

◆ H5Pget_fapl_hdfs()

herr_t H5Pget_fapl_hdfs ( hid_t  fapl_id,
H5FD_hdfs_fapl_t fa_out 
)

◆ H5Pset_fapl_hdfs()

herr_t H5Pset_fapl_hdfs ( hid_t  fapl_id,
H5FD_hdfs_fapl_t fa 
)