Searched refs:zo_pool (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 143 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member 166 .zo_pool = { 'z', 't', 'e', 's', 't', '\0' }, 585 zo->zo_pool, in usage() 597 zo->zo_pool, /* -p */ in usage() 673 (void) strlcpy(zo->zo_pool, optarg, in process_options() 674 sizeof (zo->zo_pool)); in process_options() 835 pool == NULL ? ztest_opts.zo_pool : pool, in make_vdev_file() 841 pool == NULL ? ztest_opts.zo_pool : pool, vdev); in make_vdev_file() 2374 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL)); in ztest_spa_create_destroy() 2376 VERIFY3U(0, ==, spa_open(zo->zo_pool, &spa, FTAG)); in ztest_spa_create_destroy() [all …]
|