Home
last modified time | relevance | path

Searched refs:spa_create (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h725 extern int spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props,
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2611 spa_create("ztest_bad_file", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2619 spa_create("ztest_bad_mirror", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2629 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2740 VERIFY0(spa_create(name, nvroot, props, NULL, NULL)); in ztest_spa_upgrade()
7032 spa_create(ztest_opts.zo_pool, nvroot, props, NULL, NULL)); in ztest_init()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1389 spa_create(uint64_t guid, const char *name) in spa_create() function
2110 spa = spa_create(pool_guid, name); in vdev_probe()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1635 error = spa_create(zc->zc_name, config, props, zplprops, dcp); in zfs_ioc_pool_create()
H A Dspa.c5077 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, function