Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c157 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member
182 .zo_pool = { 'z', 't', 'e', 's', 't', '\0' },
640 zo->zo_pool, in usage()
652 zo->zo_pool, /* -p */ in usage()
768 (void) strlcpy(zo->zo_pool, optarg, in process_options()
769 sizeof (zo->zo_pool)); in process_options()
940 pool == NULL ? ztest_opts.zo_pool : pool, in make_vdev_file()
946 pool == NULL ? ztest_opts.zo_pool : pool, vdev); in make_vdev_file()
2629 spa_create(zo->zo_pool, nvroot, NULL, NULL, NULL)); in ztest_spa_create_destroy()
2631 VERIFY3U(0, ==, spa_open(zo->zo_pool, &spa, FTAG)); in ztest_spa_create_destroy()
[all …]