Home
last modified time | relevance | path

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

/titanic_54/usr/src/cmd/ztest/
H A Dztest.c2358 spa_create("ztest_bad_file", nvroot, NULL, NULL)); in ztest_spa_create_destroy()
2366 spa_create("ztest_bad_mirror", nvroot, NULL, NULL)); in ztest_spa_create_destroy()
2375 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL)); in ztest_spa_create_destroy()
2433 VERIFY0(spa_create(name, nvroot, props, NULL)); in ztest_spa_upgrade()
5946 VERIFY3U(0, ==, spa_create(ztest_opts.zo_pool, nvroot, props, NULL)); in ztest_init()
/titanic_54/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h611 extern int spa_create(const char *pool, nvlist_t *config, nvlist_t *props,
/titanic_54/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c753 spa_create(uint64_t guid, const char *name) in spa_create() function
1053 spa = spa_create(pool_guid, pool_name); in vdev_probe()
/titanic_54/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1532 error = spa_create(zc->zc_name, config, props, zplprops); in zfs_ioc_pool_create()
H A Dspa.c3475 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, in spa_create() function