Searched refs:zval (Results 1 – 1 of 1) sorted by relevance
890 uint64_t zval; in zfsvfs_create() local929 if ((error = zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &zval)) != 0) in zfsvfs_create()931 zfsvfs->z_norm = (int)zval; in zfsvfs_create()933 if ((error = zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &zval)) != 0) in zfsvfs_create()935 zfsvfs->z_utf8 = (zval != 0); in zfsvfs_create()937 if ((error = zfs_get_zplprop(os, ZFS_PROP_CASE, &zval)) != 0) in zfsvfs_create()939 zfsvfs->z_case = (uint_t)zval; in zfsvfs_create()