Searched refs:spa_create (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | spa.h | 640 extern int spa_create(const char *pool, nvlist_t *config, nvlist_t *props,
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 2481 spa_create("ztest_bad_file", nvroot, NULL, NULL)); in ztest_spa_create_destroy() 2489 spa_create("ztest_bad_mirror", nvroot, NULL, NULL)); in ztest_spa_create_destroy() 2498 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL)); in ztest_spa_create_destroy() 2556 VERIFY0(spa_create(name, nvroot, props, NULL)); in ztest_spa_upgrade() 6394 VERIFY3U(0, ==, spa_create(ztest_opts.zo_pool, nvroot, props, NULL)); in ztest_init()
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1340 spa_create(uint64_t guid, const char *name) in spa_create() function 1650 spa = spa_create(pool_guid, pool_name); in vdev_probe()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 1606 error = spa_create(zc->zc_name, config, props, zplprops); in zfs_ioc_pool_create()
|
| H A D | spa.c | 4719 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, function
|