Searched refs:VDEV_TYPE_RAIDZ (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c546 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 ||
1172 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0) {
1173 p = type + strlen(VDEV_TYPE_RAIDZ);
1227 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 ||
1237 if (strncmp(type, VDEV_TYPE_RAIDZ,
1238 strlen(VDEV_TYPE_RAIDZ)) == 0) {
1239 return (VDEV_TYPE_RAIDZ);
1625 if (strcmp(type, VDEV_TYPE_RAIDZ)
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2655 int rzlen = strlen(VDEV_TYPE_RAIDZ);
2658 if ((strncmp(type, VDEV_TYPE_RAIDZ, rzlen) == 0 ||
2792 if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 ||
2913 strcmp(type, VDEV_TYPE_RAIDZ) == 0 ||
4136 if (strcmp(path, VDEV_TYPE_RAIDZ) == 0) {
H A Dlibzfs_dataset.c5419 if (strcmp(type, VDEV_TYPE_RAIDZ) != 0 &&
5431 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) {
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c940 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0 &&
951 else if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0)
1016 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) {
1901 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0)
1908 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) {
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h771 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h861 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c2548 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c234 .zo_raid_type = VDEV_TYPE_RAIDZ,

Completed in 307 milliseconds