Lines Matching defs:zo_pool
142 char zo_pool[ZFS_MAX_DATASET_NAME_LEN];
165 .zo_pool = { 'z', 't', 'e', 's', 't', '\0' },
586 zo->zo_pool,
598 zo->zo_pool, /* -p */
674 (void) strlcpy(zo->zo_pool, optarg,
675 sizeof (zo->zo_pool));
840 pool == NULL ? ztest_opts.zo_pool : pool,
846 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2379 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL));
2381 VERIFY3U(0, ==, spa_open(zo->zo_pool, &spa, FTAG));
2382 VERIFY3U(EBUSY, ==, spa_destroy(zo->zo_pool));
2399 name = kmem_asprintf("%s_upgrade", ztest_opts.zo_pool);
2606 ztest_opts.zo_dir, ztest_opts.zo_pool, aux,
2844 ztest_opts.zo_dir, ztest_opts.zo_pool,
3284 ztest_opts.zo_pool, (u_longlong_t)id);
4847 ztest_opts.zo_dir, ztest_opts.zo_pool,
4850 ztest_opts.zo_dir, ztest_opts.zo_pool,
5202 oldname = ztest_opts.zo_pool;
5537 ztest_dataset_name(name, ztest_opts.zo_pool, d);
5587 ztest_dataset_name(name, ztest_opts.zo_pool, d);
5684 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG));
5690 VERIFY0(dmu_objset_own(ztest_opts.zo_pool,
5813 ztest_opts.zo_pool);
5814 ztest_spa_import_export(ztest_opts.zo_pool, name);
5815 ztest_spa_import_export(name, ztest_opts.zo_pool);
5839 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
5907 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
5977 (void) spa_destroy(ztest_opts.zo_pool);
5990 VERIFY3U(0, ==, spa_create(ztest_opts.zo_pool, nvroot, props, NULL));
5994 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
6002 ztest_run_zdb(ztest_opts.zo_pool);
6006 ztest_run_zdb(ztest_opts.zo_pool);
6373 if (spa_open(ztest_opts.zo_pool, &spa, FTAG) == 0) {
6380 ztest_opts.zo_pool);
6381 (void) spa_rename(tmpname, ztest_opts.zo_pool);
6385 ztest_run_zdb(ztest_opts.zo_pool);