Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c406 error = zfs_prop_index_to_string(zfs_prop, numval, &propval); in get_special_prop()
461 error = zfs_prop_index_to_string(zfs_prop, numval, in get_zap_prop()
H A Dzfs_ioctl.c2679 if (zfs_prop_index_to_string(prop, in zfs_set_prop_nvlist()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c641 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h314 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2947 if (zfs_prop_index_to_string(prop, val, &strval) != 0) in zfs_prop_get()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1194 VERIFY(zfs_prop_index_to_string(prop, curval, &valname) == 0); in ztest_dsl_prop_set_uint64()