Searched refs:spa_create (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 766 extern int spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props,
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 2819 spa_create("ztest_bad_file", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy() 2827 spa_create("ztest_bad_mirror", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy() 2837 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy() 2968 VERIFY3S(spa_create(name, nvroot, props, NULL, NULL), ==, 0); in ztest_spa_upgrade() 7520 VERIFY0(spa_create(ztest_opts.zo_pool, nvroot, props, NULL, NULL)); in ztest_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 5627 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, function 9749 EXPORT_SYMBOL(spa_create);
|
| H A D | zfs_ioctl.c | 1508 error = spa_create(zc->zc_name, config, props, zplprops, dcp); in zfs_ioc_pool_create()
|