![]() |
HDF5
1.12.0
|
#include <H5Dpkg.h>
Data Fields | |
| const H5D_t * | dset |
| H5F_shared_t * | f_sh |
| MPI_Comm | comm |
| hbool_t | using_mpi_vfd |
| H5D_storage_t * | store |
| H5D_layout_ops_t | layout_ops |
| H5D_io_ops_t | io_ops |
| H5D_io_op_type_t | op_type |
| union { | |
| void * rbuf | |
| const void * wbuf | |
| } | u |
| MPI_Comm comm |
Referenced by H5D__mpio_opt_possible().
| const H5D_t* dset |
| H5F_shared_t* f_sh |
Referenced by H5D__chunk_direct_write(), H5D__mpio_select_read(), and H5D__mpio_select_write().
| H5D_io_ops_t io_ops |
Referenced by H5D__contig_read(), and H5D__contig_write().
| H5D_layout_ops_t layout_ops |
| H5D_io_op_type_t op_type |
Referenced by H5D__mpio_opt_possible().
| void* rbuf |
Referenced by H5D__contig_read(), H5D__mpio_select_read(), and H5D__scatgath_read().
| H5D_storage_t* store |
Referenced by H5D__mpio_select_read(), and H5D__mpio_select_write().
| union { ... } u |
| hbool_t using_mpi_vfd |
| const void* wbuf |
Referenced by H5D__contig_write(), H5D__mpio_select_write(), and H5D__scatgath_write().