Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c195 int zo_datasets; member
254 .zo_datasets = DEFAULT_DATASETS_COUNT,
1018 zo->zo_datasets = MAX(1, value); in process_options()
7624 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets]; in ztest_execute()
7665 ztest_ds_t *zd = &ztest_ds[info->rzx_id % ztest_opts.zo_datasets]; in ztest_rzx_thread()
7778 t += ztest_opts.zo_datasets) in ztest_dataset_destroy()
8167 if (t < ztest_opts.zo_datasets && ztest_dataset_open(t) != 0) { in ztest_raidz_expand_run()
8195 if (t < ztest_opts.zo_datasets) in ztest_raidz_expand_run()
8322 ndatasets = MIN(ztest_opts.zo_datasets, ztest_opts.zo_threads); in ztest_generic_run()
8472 int d = ztest_random(ztest_opts.zo_datasets); in ztest_run()
[all …]