Searched refs:spa_import (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/zhack/ |
H A D | zhack.c | 188 error = spa_import(name, config, props, ZFS_IMPORT_NORMAL); in import_pool()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 607 extern int spa_import(const char *pool, nvlist_t *config, nvlist_t *props,
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 5301 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 D | zdb.c | 3691 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 D | zfs_ioctl.c | 1579 error = spa_import(zc->zc_name, config, props, zc->zc_cookie); in zfs_ioc_pool_import()
|
H A D | spa.c | 3920 spa_import(const char *pool, nvlist_t *config, nvlist_t *props, uint64_t flags) in spa_import() function
|