Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h92 #define VDEV_TYPE_RAIDZ "raidz" macro
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c648 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in get_replication()
1248 return (VDEV_TYPE_RAIDZ); in is_grouping()
1458 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in construct_spec()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c929 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0 && in vdev_init()
940 else if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) in vdev_init()
1027 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_init()
1902 memcmp(type, VDEV_TYPE_RAIDZ, len) != 0) in vdev_get_label_asize()
1909 if (memcmp(type, VDEV_TYPE_RAIDZ, len) == 0) { in vdev_get_label_asize()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h746 #define VDEV_TYPE_RAIDZ "raidz" macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2605 if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 || in zpool_vdev_is_interior()
2726 strcmp(type, VDEV_TYPE_RAIDZ) == 0 || in vdev_get_physpaths()
4140 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zpool_vdev_name()
H A Dlibzfs_dataset.c5394 &type) != 0 || strcmp(type, VDEV_TYPE_RAIDZ) != 0 || in volsize_from_vdevs()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c963 } else if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) { in zjni_get_VirtualDevice_from_vdev()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h807 #define VDEV_TYPE_RAIDZ "raidz" macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c442 VDEV_TYPE_RAIDZ) == 0); in vdev_config_generate()
H A Dvdev_raidz.c2581 .vdev_op_type = VDEV_TYPE_RAIDZ, /* name of this vdev type */
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c983 VDEV_TYPE_RAIDZ) == 0); in make_vdev_raidz()