Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c192 char zo_raid_type[8]; member
250 .zo_raid_type = VDEV_TYPE_RAIDZ,
1166 (void) strlcpy(zo->zo_raid_type, VDEV_TYPE_DRAID, in process_options()
1167 sizeof (zo->zo_raid_type)); in process_options()
1351 ztest_opts.zo_raid_type); in make_vdev_raid()
1357 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) { in make_vdev_raid()
3167 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) in ztest_spa_upgrade()
9014 ztest_opts.zo_raid_type, in main()