Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dspa.h779 extern int spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props,
/src/sys/contrib/openzfs/cmd/
H A Dztest.c3041 spa_create("ztest_bad_file", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3049 spa_create("ztest_bad_mirror", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3059 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3211 VERIFY0(spa_create(name, nvroot, props, NULL, NULL)); in ztest_spa_upgrade()
8689 VERIFY0(spa_create(ztest_opts.zo_pool, nvroot, props, NULL, NULL)); in ztest_init()
/src/stand/libsa/zfs/
H A Dzfsimpl.c1416 spa_create(uint64_t guid, const char *name) in spa_create() function
2150 spa = spa_create(pool_guid, name); in vdev_probe()
/src/sys/contrib/openzfs/module/zfs/
H A Dspa.c7019 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, function
11645 EXPORT_SYMBOL(spa_create);
H A Dzfs_ioctl.c1522 error = spa_create(zc->zc_name, config, props, zplprops, dcp); in zfs_ioc_pool_create()