Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h1059 extern int spa_prop_set(spa_t *spa, nvlist_t *nvp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c755 spa_prop_set(spa_t *spa, nvlist_t *nvp) in spa_prop_set() function
5748 (error = spa_prop_set(spa, props)))) {
7196 error = spa_prop_set(newspa, props);
H A Dzfs_ioctl.c3003 error = spa_prop_set(spa, props); in zfs_ioc_pool_set_props()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1212 error = spa_prop_set(spa, props); in ztest_spa_prop_set_uint64()