Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa.h747 extern int spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props,
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c2943 spa_create("ztest_bad_file", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2951 spa_create("ztest_bad_mirror", nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2961 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3092 VERIFY0(spa_create(name, nvroot, props, NULL, NULL)); in ztest_spa_upgrade()
7873 VERIFY0(spa_create(ztest_opts.zo_pool, nvroot, props, NULL, NULL)); in ztest_init()
/freebsd-14.2/stand/libsa/zfs/
H A Dzfsimpl.c1363 spa_create(uint64_t guid, const char *name) in spa_create() function
2095 spa = spa_create(pool_guid, name); in vdev_probe()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa.c6245 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, function
10498 EXPORT_SYMBOL(spa_create);
H A Dzfs_ioctl.c1498 error = spa_create(zc->zc_name, config, props, zplprops, dcp); in zfs_ioc_pool_create()