Searched defs:libuvfs_fs_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libuvfs/common/
H A Dlibuvfs.h40 * Use libuvfs_create_fs() to create a libuvfs_fs_t
55 * callback(libuvfs_fs_t *fs, void *arg, size_t arglen)
145 } libuvfs_fs_t; typedef in typeref:struct:libuvfs_fs
164 libuvfs_fs_t *libuvfs_create_fs(libuvfs_version_t, uint64_t);
165 void libuvfs_destroy_fs(libuvfs_fs_t *);
166 int libuvfs_set_fsparam(libuvfs_fs_t *);
170 int libuvfs_register_callback(libuvfs_fs_t *, const libuvfs_callback_reg_t *);
171 int libuvfs_register_callbacks(libuvfs_fs_t *, const libuvfs_callback_reg_t *);
174 int libuvfs_daemon_launch(libuvfs_fs_t *, const char *, const char *, uint64_t,
177 int libuvfs_daemon_ready(libuvfs_fs_t *);
[all...]

Completed in 20 milliseconds