Searched refs:zo_vdev_size (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 186 size_t zo_vdev_size; member 251 .zo_vdev_size = DEFAULT_VDEV_SIZE, 994 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options() 1114 zo->zo_vdev_size = DEFAULT_VDEV_SIZE * 2; in process_options() 1154 if (zo->zo_vdev_size < min_devsize) in process_options() 1155 zo->zo_vdev_size = min_devsize; in process_options() 3180 nvroot = make_vdev_root(NULL, NULL, name, ztest_opts.zo_vdev_size, 0, in ztest_spa_upgrade() 3391 ztest_opts.zo_vdev_size, 0, (ztest_random(4) == 0) ? in ztest_vdev_add_remove() 3455 nvroot = make_vdev_root(NULL, NULL, NULL, ztest_opts.zo_vdev_size, 0, in ztest_vdev_class_add() 3564 (ztest_opts.zo_vdev_size * 5) / 4, 0, NULL, 0, 0, 1); in ztest_vdev_aux_add_remove() [all …]
|