Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c178 typedef struct ztest_shared_opts { struct
284 static ztest_shared_opts_t *ztest_shared_opts; variable
8076 ztest_shared_opts->zo_raidz_expand_test = RAIDZ_EXPAND_CHECKED; in ztest_raidz_expand_check()
8273 ztest_shared_opts->zo_raidz_expand_test = RAIDZ_EXPAND_KILLED; in ztest_raidz_expand_run()
8771 ztest_shared_opts = (void *)&buf[offset]; in setup_data()
8959 memcpy(ztest_shared_opts, &ztest_opts, in main()
8960 sizeof (*ztest_shared_opts)); in main()
8964 memcpy(&ztest_opts, ztest_shared_opts, sizeof (ztest_opts)); in main()
9120 if (ztest_shared_opts->zo_raidz_expand_test == in main()