ZFS_PROP_INCONSISTENT
zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) != 0) {
if (!zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) ||
if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) &&
zprop_register_hidden(ZFS_PROP_INCONSISTENT, "inconsistent",
case ZFS_PROP_INCONSISTENT:
if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) == 0) {
if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) &&
if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))
case ZFS_PROP_INCONSISTENT: