|
| herr_t | H5F__close_mounts (H5F_t *f) |
| |
| herr_t | H5F__mount (H5G_loc_t *loc, const char *name, H5F_t *child, hid_t H5_ATTR_UNUSED plist_id) |
| |
| herr_t | H5F__unmount (H5G_loc_t *loc, const char *name) |
| |
| hbool_t | H5F_is_mount (const H5F_t *file) |
| |
| herr_t | H5Fmount (hid_t loc_id, const char *name, hid_t child_id, hid_t plist_id) |
| |
| herr_t | H5Funmount (hid_t loc_id, const char *name) |
| |
| herr_t | H5F__mount_count_ids (H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) |
| |
| herr_t | H5F_flush_mounts (H5F_t *f) |
| |
| herr_t | H5F_traverse_mount (H5O_loc_t *oloc) |
| |