Searched refs:zfs_get_zplprop (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 325 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1066 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 1077 error = zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &val); in zfsvfs_init() 1082 error = zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &val); in zfsvfs_init() 1087 error = zfs_get_zplprop(os, ZFS_PROP_CASE, &val); in zfsvfs_init() 2721 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop() function
|
H A D | zfs_ioctl.c | 440 if (zfs_get_zplprop(os, ZFS_PROP_VERSION, &zplversion) == 0) in zpl_earlier_version() 2268 if ((error = zfs_get_zplprop(os, prop, &value)) != 0) in nvl_add_zplprop() 3199 VERIFY(zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &norm) == 0); in zfs_fill_zplprops_impl() 3209 VERIFY(zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &u8) == 0); in zfs_fill_zplprops_impl() 3214 VERIFY(zfs_get_zplprop(os, ZFS_PROP_CASE, &sense) == 0); in zfs_fill_zplprops_impl()
|
H A D | dmu_send.c | 1003 if (zfs_get_zplprop(os, ZFS_PROP_VERSION, &version) != 0) { in dmu_send_impl()
|