Searched refs:zo_pool (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 180 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member 241 .zo_pool = DEFAULT_POOL, 1034 (void) strlcpy(zo->zo_pool, optarg, in process_options() 1035 sizeof (zo->zo_pool)); in process_options() 1304 pool == NULL ? ztest_opts.zo_pool : pool, in make_vdev_file() 1310 pool == NULL ? ztest_opts.zo_pool : pool, vdev); in make_vdev_file() 3059 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL, NULL)); in ztest_spa_create_destroy() 3073 VERIFY0(spa_open(zo->zo_pool, &spa, FTAG)); in ztest_spa_create_destroy() 3074 int error = spa_destroy(zo->zo_pool); in ztest_spa_create_destroy() 3171 name = kmem_asprintf("%s_upgrade", ztest_opts.zo_pool); in ztest_spa_upgrade() [all …]
|