Lines Matching refs:zo_pool

178 	char zo_pool[ZFS_MAX_DATASET_NAME_LEN];  member
239 .zo_pool = DEFAULT_POOL,
1036 (void) strlcpy(zo->zo_pool, optarg, in process_options()
1037 sizeof (zo->zo_pool)); in process_options()
1306 pool == NULL ? ztest_opts.zo_pool : pool, in make_vdev_file()
1312 pool == NULL ? ztest_opts.zo_pool : pool, vdev); in make_vdev_file()
3058 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3072 VERIFY0(spa_open(zo->zo_pool, &spa, FTAG)); in ztest_spa_create_destroy()
3073 int error = spa_destroy(zo->zo_pool); in ztest_spa_create_destroy()
3170 name = kmem_asprintf("%s_upgrade", ztest_opts.zo_pool); in ztest_spa_upgrade()
3543 ztest_opts.zo_dir, ztest_opts.zo_pool, aux, in ztest_vdev_aux_add_remove()
3850 ztest_opts.zo_dir, ztest_opts.zo_pool, in ztest_vdev_attach_detach()
3977 spa = spa_lookup(ztest_opts.zo_pool); in raidz_scratch_verify()
3982 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in raidz_scratch_verify()
4129 ztest_opts.zo_dir, ztest_opts.zo_pool, zs->zs_vdev_next_leaf); in ztest_vdev_raidz_attach()
4707 ztest_opts.zo_pool, id); in ztest_dmu_objset_create_destroy()
6506 ztest_opts.zo_dir, ztest_opts.zo_pool, in ztest_fault_inject()
6509 ztest_opts.zo_dir, ztest_opts.zo_pool, in ztest_fault_inject()
7054 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_pool_prefetch_ddt()
7762 ztest_dataset_name(name, ztest_opts.zo_pool, d); in ztest_dataset_destroy()
7811 ztest_dataset_name(name, ztest_opts.zo_pool, d); in ztest_dataset_open()
7923 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_freeze()
7991 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_freeze()
8022 VERIFY0(zpool_find_config(&lpch, ztest_opts.zo_pool, &cfg, &args)); in ztest_import_impl()
8023 VERIFY0(spa_import(ztest_opts.zo_pool, cfg, NULL, flags)); in ztest_import_impl()
8044 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_import()
8154 ztest_opts.zo_pool, (u_longlong_t)alloc_goal); in ztest_raidz_expand_run()
8226 ztest_opts.zo_dir, ztest_opts.zo_pool, rzvd->vdev_children); in ztest_raidz_expand_run()
8396 error = spa_open(ztest_opts.zo_pool, &spa, FTAG); in ztest_run()
8400 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_run()
8415 VERIFY0(ztest_dmu_objset_own(ztest_opts.zo_pool, in ztest_run()
8501 (void) dmu_objset_find(ztest_opts.zo_pool, ztest_replay_zil_cb, in ztest_run()
8548 ztest_opts.zo_pool); in ztest_run()
8549 ztest_spa_import_export(ztest_opts.zo_pool, name); in ztest_run()
8550 ztest_spa_import_export(name, ztest_opts.zo_pool); in ztest_run()
8631 (void) spa_destroy(ztest_opts.zo_pool); in ztest_init()
8674 VERIFY0(spa_create(ztest_opts.zo_pool, nvroot, props, NULL, NULL)); in ztest_init()
8678 VERIFY0(spa_open(ztest_opts.zo_pool, &spa, FTAG)); in ztest_init()
8867 ztest_opts.zo_pool); in ztest_run_init()