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 D | zcp_get.c | 406 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 D | zfs_ioctl.c | 2679 if (zfs_prop_index_to_string(prop, in zfs_set_prop_nvlist()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 641 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 D | zfs.h | 314 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2947 if (zfs_prop_index_to_string(prop, val, &strval) != 0) in zfs_prop_get()
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 1194 VERIFY(zfs_prop_index_to_string(prop, curval, &valname) == 0); in ztest_dsl_prop_set_uint64()
|