Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c179 char zo_raid_type[8]; member
236 .zo_raid_type = VDEV_TYPE_RAIDZ,
1119 (void) strlcpy(zo->zo_raid_type, VDEV_TYPE_DRAID, in process_options()
1120 sizeof (zo->zo_raid_type)); in process_options()
1272 ztest_opts.zo_raid_type); in make_vdev_raid()
1278 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) { in make_vdev_raid()
3050 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) in ztest_spa_upgrade()
8199 ztest_opts.zo_raid_type, in main()