Lines Matching refs:zo_pool

144 	char zo_pool[ZFS_MAX_DATASET_NAME_LEN];
167 .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));
836 pool == NULL ? ztest_opts.zo_pool : pool,
842 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2374 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL));
2376 VERIFY3U(0, ==, spa_open(zo->zo_pool, &spa, FTAG));
2377 VERIFY3U(EBUSY, ==, spa_destroy(zo->zo_pool));
2394 name = kmem_asprintf("%s_upgrade", ztest_opts.zo_pool);
2601 ztest_opts.zo_dir, ztest_opts.zo_pool, aux,
2839 ztest_opts.zo_dir, ztest_opts.zo_pool,
3276 ztest_opts.zo_pool, (u_longlong_t)id);
4838 ztest_opts.zo_dir, ztest_opts.zo_pool,
4841 ztest_opts.zo_dir, ztest_opts.zo_pool,
5193 oldname = ztest_opts.zo_pool;
5529 ztest_dataset_name(name, ztest_opts.zo_pool, d);
5579 ztest_dataset_name(name, ztest_opts.zo_pool, d);
5676 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG));
5682 VERIFY0(dmu_objset_own(ztest_opts.zo_pool,
5805 ztest_opts.zo_pool);
5806 ztest_spa_import_export(ztest_opts.zo_pool, name);
5807 ztest_spa_import_export(name, ztest_opts.zo_pool);
5831 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
5899 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
5969 (void) spa_destroy(ztest_opts.zo_pool);
5982 VERIFY3U(0, ==, spa_create(ztest_opts.zo_pool, nvroot, props, NULL));
5986 VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG));
5994 ztest_run_zdb(ztest_opts.zo_pool);
5998 ztest_run_zdb(ztest_opts.zo_pool);
6369 if (spa_open(ztest_opts.zo_pool, &spa, FTAG) == 0) {
6376 ztest_opts.zo_pool);
6377 (void) spa_rename(tmpname, ztest_opts.zo_pool);
6381 ztest_run_zdb(ztest_opts.zo_pool);