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.c529 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 || in get_replication()
1212 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0) { in get_parity()
1213 p = type + strlen(VDEV_TYPE_RAIDZ); in get_parity()
1267 if (strncmp(type, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in is_grouping()
1277 if (strncmp(type, VDEV_TYPE_RAIDZ, in is_grouping()
1278 strlen(VDEV_TYPE_RAIDZ)) == 0) { in is_grouping()
1279 return (VDEV_TYPE_RAIDZ); in is_grouping()
1863 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in construct_spec()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3190 int rzlen = strlen(VDEV_TYPE_RAIDZ); in vdev_to_nvlist_iter()
3193 if ((strncmp(type, VDEV_TYPE_RAIDZ, rzlen) == 0 || in vdev_to_nvlist_iter()
3331 if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in zpool_vdev_is_interior()
3825 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 && in zpool_vdev_attach()
3899 } else if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
3967 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
3982 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_attach()
4742 if (strcmp(path, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_name()
H A Dlibzfs_dataset.c5350 if (strcmp(type, VDEV_TYPE_RAIDZ) != 0 && in volsize_from_vdevs()
5362 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in volsize_from_vdevs()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c949 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0 && in vdev_init()
960 else if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) in vdev_init()
1025 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_init()
1939 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0) in vdev_get_label_asize()
1946 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_get_label_asize()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1021 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h839 #define VDEV_TYPE_RAIDZ "raidz" macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c5536 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c250 .zo_raid_type = VDEV_TYPE_RAIDZ,