Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c182 int zo_datasets; member
240 .zo_datasets = DEFAULT_DATASETS_COUNT,
995 zo->zo_datasets = MAX(1, value); in process_options()
7185 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets]; in ztest_execute()
7268 t += ztest_opts.zo_datasets) in ztest_dataset_destroy()
7649 int d = ztest_random(ztest_opts.zo_datasets); in ztest_run()
7694 if (t < ztest_opts.zo_datasets && ztest_dataset_open(t) != 0) { in ztest_run()
7717 if (t < ztest_opts.zo_datasets) in ztest_run()
7942 hdr->zh_ds_count = ztest_opts.zo_datasets; in setup_hdr()
8163 ASSERT3U(ztest_opts.zo_datasets, ==, ztest_shared_hdr->zh_ds_count); in main()
[all …]