Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c546 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 Dzfs.h769 #define VDEV_TYPE_RAIDZ "raidz" macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2698 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 Dlibzfs_dataset.c5423 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 Dvdev_raidz.c2764 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c200 .zo_raid_type = VDEV_TYPE_RAIDZ,