Home
last modified time | relevance | path

Searched refs:zval (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c890 uint64_t zval; in zfsvfs_create() local
929 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()