zfsvfs_create
extern int zfsvfs_create(const char *name, boolean_t readony, zfsvfs_t **zfvp);
error = zfsvfs_create(name, B_FALSE, zfvp);
error = zfsvfs_create(osname, readonly, &zfsvfs);