Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c821 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 Dzcp_get.c433 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 Dzfs_ioctl.c2595 if (zfs_prop_index_to_string(prop, in zfs_set_prop_nvlist()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h316 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2957 if (zfs_prop_index_to_string(prop, val, &strval) != 0) in zfs_prop_get()
H A Dlibzfs.abi208 …<elf-symbol name='zfs_prop_index_to_string' type='func-type' binding='global-binding' visibility='…
4491zfs_prop_index_to_string' mangled-name='zfs_prop_index_to_string' filepath='../../module/zcommon/z…
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1385 err = zfs_prop_index_to_string(prop, curval, &valname); in ztest_dsl_prop_set_uint64()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3401 if (zfs_prop_index_to_string(ZFS_PROP_COMPRESSION, in dump_object()