Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c179 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member
240 .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()
3060 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
3074 VERIFY0(spa_open(zo->zo_pool, &spa, FTAG)); in ztest_spa_create_destroy()
3075 int error = spa_destroy(zo->zo_pool); in ztest_spa_create_destroy()
3172 name = kmem_asprintf("%s_upgrade", ztest_opts.zo_pool); in ztest_spa_upgrade()
[all …]