Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c162 zpool_prop_to_name(zpool_prop_t prop) in zpool_prop_to_name() function
267 EXPORT_SYMBOL(zpool_prop_to_name);
/f-stack/freebsd/contrib/openzfs/cmd/zhack/
H A Dzhack.c147 zpool_prop_to_name(ZPOOL_PROP_READONLY), 1) == 0); in zhack_import()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c125 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) { in zpool_get_prop_string()
165 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) { in zpool_get_prop_int()
1781 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
1783 zpool_prop_to_name(ZPOOL_PROP_CACHEFILE), "none") != 0) { in zpool_import()
3465 zpool_prop_to_name(ZPOOL_PROP_READONLY), &readonly); in zpool_vdev_split()
3469 zpool_prop_to_name(ZPOOL_PROP_READONLY)); in zpool_vdev_split()
H A Dlibzfs_util.c1307 zpool_prop_to_name(pl->pl_prop) :
1620 propname = zpool_prop_to_name(prop);
H A Dlibzfs.abi350 …<elf-symbol name='zpool_prop_to_name' type='func-type' binding='global-binding' visibility='defaul…
4588zpool_prop_to_name' mangled-name='zpool_prop_to_name' filepath='../../module/zcommon/zpool_prop.c'…
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c272 const char *propname = zpool_prop_to_name(prop); in spa_prop_add_list()
712 zpool_prop_to_name(ZPOOL_PROP_DEDUPDITTO)); in spa_prop_validate()
716 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), DATA_TYPE_STRING); in spa_prop_validate()
720 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), objnum); in spa_prop_validate()
820 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), tx) == 0); in spa_prop_clear_bootfs()
2355 zpool_prop_to_name(prop), sizeof (uint64_t), 1, val); in spa_prop_find()
5667 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
5960 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
5962 zpool_prop_to_name(ZPOOL_PROP_READONLY), &readonly);
7555 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
[all …]
H A Dzfs_ioctl.c1476 zpool_prop_to_name(ZPOOL_PROP_VERSION), &version); in zfs_ioc_pool_create()
1504 zpool_prop_to_name(ZPOOL_PROP_TNAME), &tname) == 0) in zfs_ioc_pool_create()
2899 zpool_prop_to_name(ZPOOL_PROP_CACHEFILE)) == 0 && in zfs_ioc_pool_set_props()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c468 (void) fprintf(fp, "\t%-19s ", zpool_prop_to_name(prop)); in print_prop_cb()
811 normnm = zpool_prop_to_name(prop); in add_prop_list()
1403 if (add_prop_list(zpool_prop_to_name( in zpool_do_create()
1406 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_create()
1478 if (add_prop_list(zpool_prop_to_name( in zpool_do_create()
1481 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_create()
3344 if (add_prop_list(zpool_prop_to_name( in zpool_do_import()
3347 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_import()
3356 if (add_prop_list_default(zpool_prop_to_name( in zpool_do_import()
6513 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), optarg, in zpool_do_split()
[all …]
H A Dzpool_vdev.c387 zpool_prop_to_name(ZPOOL_PROP_ASHIFT), &value) == 0) { in make_leaf_vdev()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h332 extern const char *zpool_prop_to_name(zpool_prop_t);
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h325 const char *zpool_prop_to_name(zpool_prop_t);
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1406 VERIFY(nvlist_add_uint64(props, zpool_prop_to_name(prop), value) == 0); in ztest_spa_prop_set_uint64()
2967 zpool_prop_to_name(ZPOOL_PROP_VERSION), version); in ztest_spa_upgrade()
2984 zpool_prop_to_name(ZPOOL_PROP_VERSION))); in ztest_spa_upgrade()
7461 zpool_prop_to_name(ZPOOL_PROP_AUTOREPLACE), 1)); in make_random_props()
7500 zpool_prop_to_name(ZPOOL_PROP_FAILUREMODE), in ztest_init()