ZFS_PROP_NUMCLONES
if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) == 0) {
if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) != 0) {
zprop_register_hidden(ZFS_PROP_NUMCLONES, "numclones", PROP_TYPE_NUMBER,
if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) != 0) {
if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) == 0) {
case ZFS_PROP_NUMCLONES:
gca.numclones = zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES);
case ZFS_PROP_NUMCLONES: