Searched refs:VDEV_TYPE_RAIDZ (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 546 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 || in get_replication() 1172 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0) { in get_parity() 1173 p = type + strlen(VDEV_TYPE_RAIDZ); in get_parity() 1227 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in is_grouping() 1237 if (strncmp(type, VDEV_TYPE_RAIDZ, in is_grouping() 1238 strlen(VDEV_TYPE_RAIDZ)) == 0) { in is_grouping() 1239 return (VDEV_TYPE_RAIDZ); in is_grouping() 1625 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in construct_spec()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 769 #define VDEV_TYPE_RAIDZ "raidz" macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2698 if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in zpool_vdev_is_interior() 2819 strcmp(type, VDEV_TYPE_RAIDZ) == 0 || in vdev_get_physpaths() 4042 if (strcmp(path, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_name()
|
| H A D | libzfs_dataset.c | 5423 if (strcmp(type, VDEV_TYPE_RAIDZ) != 0 && in volsize_from_vdevs() 5435 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in volsize_from_vdevs()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 2764 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 200 .zo_raid_type = VDEV_TYPE_RAIDZ,
|