HDF5  1.12.0
H5Fmount.c File Reference

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()

◆ H5F__mount_count_ids()

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

References f, and HDassert().

Referenced by H5F__close(), and H5F_try_close().

◆ H5F__unmount()

◆ 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()

◆ H5Fmount()

◆ H5Funmount()