zfs_create
err = zfs_create(zfshdl, vol, ZFS_TYPE_VOLUME, volprops);
if ((zfs_create(g_zfs, nm, ZFS_TYPE_FILESYSTEM, NULL)
if (zfs_create(g_zfs, argv[0], type, props) != 0)
if (zfs_create(g_zfs, zfs_name, ZFS_TYPE_FILESYSTEM, props) != 0 ||
if (zfs_create(g_zfs, clone_ds, ZFS_TYPE_FILESYSTEM, bt->nbe_zfs_props)
if (zfs_create(g_zfs, nbe_root_ds, ZFS_TYPE_FILESYSTEM,
if (zfs_create(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM,
if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM,
if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM,
extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
if (zfs_create(hdl, target, ZFS_TYPE_FILESYSTEM,
VOPNAME_CREATE, { .vop_create = zfs_create },
VOPNAME_CREATE, { .vop_create = zfs_create },