Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c173 char zo_raid_type[8]; member
200 .zo_raid_type = VDEV_TYPE_RAIDZ,
976 (void) strlcpy(zo->zo_raid_type, VDEV_TYPE_DRAID, in process_options()
977 sizeof (zo->zo_raid_type)); in process_options()
1151 ztest_opts.zo_raid_type)); in make_vdev_raid()
1157 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) { in make_vdev_raid()
2926 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) in ztest_spa_upgrade()
7832 ztest_opts.zo_raid_type, in main()