Searched refs:vdev_type (Results 1 – 1 of 1) sorted by relevance
3030 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local3032 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()3035 } else if (strcmp(vdev_type, VDEV_TYPE_RAIDZ) == 0 || in vdev_is_bootable()3036 strcmp(vdev_type, VDEV_TYPE_MISSING) == 0) { in vdev_is_bootable()