Home
last modified time | relevance | path

Searched refs:zpool_prop_to_name (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzpool_prop.c167 zpool_prop_to_name(zpool_prop_t prop) in zpool_prop_to_name() function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers271 zpool_prop_to_name;
H A Dlibzfs_util.c977 zpool_prop_to_name(pl->pl_prop) : in zprop_print_headers()
1280 propname = zpool_prop_to_name(prop); in zprop_parse_value()
H A Dlibzfs.h331 extern const char *zpool_prop_to_name(zpool_prop_t);
H A Dlibzfs_pool.c132 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) { in zpool_get_prop_string()
172 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) { in zpool_get_prop_int()
1736 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
1738 zpool_prop_to_name(ZPOOL_PROP_CACHEFILE), "none") != 0) { in zpool_import()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c442 (void) fprintf(fp, "\t%-19s ", zpool_prop_to_name(prop)); in print_prop_cb()
597 const char *vname = zpool_prop_to_name(ZPOOL_PROP_VERSION); in add_prop_list()
624 normnm = zpool_prop_to_name(prop); in add_prop_list()
1140 if (add_prop_list(zpool_prop_to_name( in zpool_do_create()
1143 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_create()
1229 if (add_prop_list(zpool_prop_to_name( in zpool_do_create()
1232 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_create()
1284 propname = zpool_prop_to_name(ZPOOL_PROP_BOOTSIZE); in zpool_do_create()
1301 propname = zpool_prop_to_name(ZPOOL_PROP_BOOTSIZE); in zpool_do_create()
2909 if (add_prop_list(zpool_prop_to_name( in zpool_do_import()
[all …]
H A Dzpool_vdev.c489 zpool_prop_to_name(ZPOOL_PROP_ASHIFT), &value) == 0) { in make_leaf_vdev()
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c146 zpool_prop_to_name(ZPOOL_PROP_READONLY), 1) == 0); in zhack_import()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c259 const char *propname = zpool_prop_to_name(prop); in spa_prop_add_list()
718 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), DATA_TYPE_STRING); in spa_prop_validate()
722 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), objnum); in spa_prop_validate()
735 if (nvlist_lookup_string(nvp, zpool_prop_to_name(ZPOOL_PROP_CACHEFILE), in spa_configfile_set()
822 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), tx) == 0); in spa_prop_clear_bootfs()
2257 zpool_prop_to_name(prop), sizeof (uint64_t), 1, val); in spa_prop_find()
5099 zpool_prop_to_name(ZPOOL_PROP_TNAME), &poolname) != 0)
5117 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
5160 zpool_prop_to_name(ZPOOL_PROP_VERSION), &version) != 0) {
5666 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
[all …]
H A Dzfs_ioctl.c1597 zpool_prop_to_name(ZPOOL_PROP_VERSION), &version); in zfs_ioc_pool_create()
1631 zpool_prop_to_name(ZPOOL_PROP_TNAME), &tname) == 0) in zfs_ioc_pool_create()
2984 zpool_prop_to_name(ZPOOL_PROP_CACHEFILE)) == 0 && in zfs_ioc_pool_set_props()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h323 const char *zpool_prop_to_name(zpool_prop_t);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1210 VERIFY(nvlist_add_uint64(props, zpool_prop_to_name(prop), value) == 0); in ztest_spa_prop_set_uint64()
2739 zpool_prop_to_name(ZPOOL_PROP_VERSION), version); in ztest_spa_upgrade()
2756 zpool_prop_to_name(ZPOOL_PROP_VERSION))); in ztest_spa_upgrade()