Home
last modified time | relevance | path

Searched refs:spa_import (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dzhack.c170 error = spa_import(target, config, props, in zhack_import()
H A Dztest.c7404 error = spa_import(newname, config, NULL, 0); in ztest_spa_import_export()
7416 VERIFY3U(EEXIST, ==, spa_import(newname, config, NULL, 0)); in ztest_spa_import_export()
7421 VERIFY3U(EEXIST, ==, spa_import(oldname, config, NULL, 0)); in ztest_spa_import_export()
7939 VERIFY0(spa_import(ztest_opts.zo_pool, cfg, NULL, flags)); in ztest_import_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h750 extern int spa_import(char *pool, nvlist_t *config, nvlist_t *props,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c6630 spa_import(char *pool, nvlist_t *config, nvlist_t *props, uint64_t flags) function
10861 EXPORT_SYMBOL(spa_import);
H A Dzfs_ioctl.c1551 error = spa_import(zc->zc_name, config, props, zc->zc_cookie); in zfs_ioc_pool_import()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7469 error = spa_import(bogus_name, cfg, NULL, in import_checkpointed_state()
9290 error = spa_import(target_pool, cfg, NULL, in main()