Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c554 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 || in get_replication()
1220 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0) { in get_parity()
1221 p = type + strlen(VDEV_TYPE_RAIDZ); in get_parity()
1275 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in is_grouping()
1285 if (strncmp(type, VDEV_TYPE_RAIDZ, in is_grouping()
1286 strlen(VDEV_TYPE_RAIDZ)) == 0) { in is_grouping()
1287 return (VDEV_TYPE_RAIDZ); in is_grouping()
1670 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in construct_spec()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2891 int rzlen = strlen(VDEV_TYPE_RAIDZ); in vdev_to_nvlist_iter()
2894 if ((strncmp(type, VDEV_TYPE_RAIDZ, rzlen) == 0 || in vdev_to_nvlist_iter()
3027 if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in zpool_vdev_is_interior()
3459 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 && in zpool_vdev_attach()
3533 } else if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
3601 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
3616 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
4335 if (strcmp(path, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_name()
H A Dlibzfs_dataset.c5522 if (strcmp(type, VDEV_TYPE_RAIDZ) != 0 && in volsize_from_vdevs()
5534 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in volsize_from_vdevs()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c938 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0 && in vdev_init()
949 else if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) in vdev_init()
1014 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_init()
1886 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0) in vdev_get_label_asize()
1893 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_get_label_asize()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h882 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h844 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c5008 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c247 .zo_raid_type = VDEV_TYPE_RAIDZ,