Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c216 static ztest_shared_opts_t ztest_opts; variable
228 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
419 &ztest_opts.zo_vdevtime },
421 &ztest_opts.zo_vdevtime },
423 &ztest_opts.zo_vdevtime },
704 ztest_shared_opts_t *zo = &ztest_opts; in process_options()
918 if (ztest_opts.zo_ashift == 0) in ztest_get_ashift()
920 return (ztest_opts.zo_ashift); in ztest_get_ashift()
939 ztest_aux_template, ztest_opts.zo_dir, in make_vdev_file()
940 pool == NULL ? ztest_opts.zo_pool : pool, in make_vdev_file()
[all …]