Searched refs:ztest_opts (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 284 static ztest_shared_opts_t ztest_opts; variable 302 (MAX((zs)->zs_mirrors, 1) * (ztest_opts.zo_raid_parity + 1) - 1) 496 ZTI_INIT(ztest_vdev_add_remove, 1, &ztest_opts.zo_vdevtime), 497 ZTI_INIT(ztest_vdev_class_add, 1, &ztest_opts.zo_vdevtime), 498 ZTI_INIT(ztest_vdev_aux_add_remove, 1, &ztest_opts.zo_vdevtime), 618 if (!ztest_opts.zo_dump_dbgmsg) in dump_debug_buffer() 959 ztest_shared_opts_t *zo = &ztest_opts; in process_options() 1134 if (ztest_opts.zo_verbose >= 3) in process_options() 1142 min_devsize = (ztest_opts.zo_raid_children < 16) ? in process_options() 1267 if (ztest_opts.zo_ashift == 0) in ztest_get_ashift() [all …]
|