Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h893 extern int spa_prop_set(spa_t *spa, nvlist_t *nvp);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c666 spa_prop_set(spa_t *spa, nvlist_t *nvp) in spa_prop_set() function
4441 (error = spa_prop_set(spa, props)))) { in spa_import()
5540 error = spa_prop_set(newspa, props); in spa_vdev_split_mirror()
H A Dzfs_ioctl.c2947 error = spa_prop_set(spa, props); in zfs_ioc_pool_set_props()
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1066 error = spa_prop_set(spa, props); in ztest_spa_prop_set_uint64()