Searched refs:zo_pool (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 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() [all …]
|