HDF5  1.12.0
Functions
H5Fmount.c File Reference
#include "H5Fmodule.h"
#include "H5private.h"
#include "H5ACprivate.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5Gprivate.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"
#include "H5Pprivate.h"
#include "H5VLprivate.h"

Functions

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)
 

Function Documentation

◆ H5F__close_mounts()

herr_t H5F__close_mounts ( H5F_t f)

◆ H5F__mount()

herr_t H5F__mount ( H5G_loc_t loc,
const char *  name,
H5F_t child,
hid_t H5_ATTR_UNUSED  plist_id 
)

◆ H5F__mount_count_ids()

herr_t H5F__mount_count_ids ( H5F_t f,
unsigned nopen_files,
unsigned nopen_objs 
)

◆ H5F__unmount()

herr_t H5F__unmount ( H5G_loc_t loc,
const char *  name 
)

◆ H5F_flush_mounts()

herr_t H5F_flush_mounts ( H5F_t f)

◆ H5F_is_mount()

hbool_t H5F_is_mount ( const H5F_t file)

◆ H5F_traverse_mount()

herr_t H5F_traverse_mount ( H5O_loc_t oloc)

◆ H5Fmount()

herr_t H5Fmount ( hid_t  loc_id,
const char *  name,
hid_t  child_id,
hid_t  plist_id 
)

◆ H5Funmount()

herr_t H5Funmount ( hid_t  loc_id,
const char *  name 
)