Home
last modified time | relevance | path

Searched refs:spa_prop_set (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h872 extern int spa_prop_set(spa_t *spa, nvlist_t *nvp);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa.c651 spa_prop_set(spa_t *spa, nvlist_t *nvp) in spa_prop_set() function
4049 (error = spa_prop_set(spa, props)))) { in spa_import()
5124 error = spa_prop_set(newspa, props); in spa_vdev_split_mirror()
H A Dzfs_ioctl.c2913 error = spa_prop_set(spa, props); in zfs_ioc_pool_set_props()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c1066 error = spa_prop_set(spa, props); in ztest_spa_prop_set_uint64()