Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zhack/
H A Dzhack.c188 error = spa_import(name, config, props, ZFS_IMPORT_NORMAL); in import_pool()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h607 extern int spa_import(const char *pool, nvlist_t *config, nvlist_t *props,
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c5301 error = spa_import(newname, config, NULL, 0); in ztest_spa_import_export()
5313 VERIFY3U(EEXIST, ==, spa_import(newname, config, NULL, 0)); in ztest_spa_import_export()
5318 VERIFY3U(EEXIST, ==, spa_import(oldname, config, NULL, 0)); in ztest_spa_import_export()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c3691 if ((error = spa_import(name, cfg, NULL, in main()
3693 error = spa_import(name, cfg, NULL, in main()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1579 error = spa_import(zc->zc_name, config, props, zc->zc_cookie); in zfs_ioc_pool_import()
H A Dspa.c3920 spa_import(const char *pool, nvlist_t *config, nvlist_t *props, uint64_t flags) in spa_import() function