Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.h54 size_t rto_expand; member
74 .rto_expand = 0,
H A Draidz_bench.c87 if (rto_opts.rto_expand) { in run_gen_bench_impl()
175 if (rto_opts.rto_expand) { in run_rec_bench_impl()
H A Draidz_test.c88 opts->rto_expand ? "yes" : "no", /* -e */ in print_opts()
123 rto_opts.rto_expand ? "yes" : "no", /* -e */ in usage()
148 o->rto_expand = 1; in process_options()
325 if (opts->rto_expand) { in init_raidz_golden_map()
561 if (opts->rto_expand) { in init_raidz_map()
940 opts->rto_expand = rto_opts.rto_expand; in run_sweep()