Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c185 size_t zo_vdev_size; member
250 .zo_vdev_size = DEFAULT_VDEV_SIZE,
996 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()
1116 zo->zo_vdev_size = DEFAULT_VDEV_SIZE * 2; in process_options()
1156 if (zo->zo_vdev_size < min_devsize) in process_options()
1157 zo->zo_vdev_size = min_devsize; in process_options()
3181 nvroot = make_vdev_root(NULL, NULL, name, ztest_opts.zo_vdev_size, 0, in ztest_spa_upgrade()
3392 ztest_opts.zo_vdev_size, 0, (ztest_random(4) == 0) ? in ztest_vdev_add_remove()
3456 nvroot = make_vdev_root(NULL, NULL, NULL, ztest_opts.zo_vdev_size, 0, in ztest_vdev_class_add()
3565 (ztest_opts.zo_vdev_size * 5) / 4, 0, NULL, 0, 0, 1); in ztest_vdev_aux_add_remove()
[all …]