Searched refs:zfs_prop_index_to_string (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 821 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() function 1049 EXPORT_SYMBOL(zfs_prop_index_to_string);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_get.c | 433 error = zfs_prop_index_to_string(zfs_prop, numval, &propval); in get_special_prop() 485 error = zfs_prop_index_to_string(zfs_prop, numval, in get_zap_prop()
|
| H A D | zfs_ioctl.c | 2595 if (zfs_prop_index_to_string(prop, in zfs_set_prop_nvlist()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 316 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 2957 if (zfs_prop_index_to_string(prop, val, &strval) != 0) in zfs_prop_get()
|
| H A D | libzfs.abi | 208 …<elf-symbol name='zfs_prop_index_to_string' type='func-type' binding='global-binding' visibility='… 4491 …zfs_prop_index_to_string' mangled-name='zfs_prop_index_to_string' filepath='../../module/zcommon/z…
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1385 err = zfs_prop_index_to_string(prop, curval, &valname); in ztest_dsl_prop_set_uint64()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3401 if (zfs_prop_index_to_string(ZFS_PROP_COMPRESSION, in dump_object()
|