![]() |
HDF5
1.12.0
|
#include "H5FSmodule.h"#include "H5private.h"#include "H5ACprivate.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5FSpkg.h"#include "H5MFprivate.h"#include "H5MMprivate.h"#include "H5VMprivate.h"#include "H5WBprivate.h"Data Structures | |
| struct | H5FS_iter_ud_t |
Macros | |
| #define | H5FS_HDR_VERSION 0 /* Header */ |
| #define | H5FS_SINFO_VERSION 0 /* Serialized sections */ |
Functions | |
| htri_t | H5FS__cache_hdr_verify_chksum (const void *_image, size_t len, void H5_ATTR_UNUSED *_udata) |
| htri_t | H5FS__cache_sinfo_verify_chksum (const void *_image, size_t len, void H5_ATTR_UNUSED *_udata) |
Variables | |
| const H5AC_class_t | H5AC_FSPACE_HDR [1] |
| const H5AC_class_t | H5AC_FSPACE_SINFO [1] |
| #define H5FS_HDR_VERSION 0 /* Header */ |
| #define H5FS_SINFO_VERSION 0 /* Serialized sections */ |
| htri_t H5FS__cache_hdr_verify_chksum | ( | const void * | _image, |
| size_t | len, | ||
| void H5_ATTR_UNUSED * | _udata | ||
| ) |
| htri_t H5FS__cache_sinfo_verify_chksum | ( | const void * | _image, |
| size_t | len, | ||
| void H5_ATTR_UNUSED * | _udata | ||
| ) |
| const H5AC_class_t H5AC_FSPACE_HDR[1] |
| const H5AC_class_t H5AC_FSPACE_SINFO[1] |
1.8.18