Searched refs:ztest_opts (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/cmd/ ! |
| H A D | ztest.c | 285 static ztest_shared_opts_t ztest_opts; variable 303 (MAX((zs)->zs_mirrors, 1) * (ztest_opts.zo_raid_parity + 1) - 1) 497 ZTI_INIT(ztest_vdev_add_remove, 1, &ztest_opts.zo_vdevtime), 498 ZTI_INIT(ztest_vdev_class_add, 1, &ztest_opts.zo_vdevtime), 499 ZTI_INIT(ztest_vdev_aux_add_remove, 1, &ztest_opts.zo_vdevtime), 619 if (!ztest_opts.zo_dump_dbgmsg) in dump_debug_buffer() 957 ztest_shared_opts_t *zo = &ztest_opts; in process_options() 1132 if (ztest_opts.zo_verbose >= 3) in process_options() 1140 min_devsize = (ztest_opts.zo_raid_children < 16) ? in process_options() 1265 if (ztest_opts.zo_ashift == 0) in ztest_get_ashift() [all …]
|