Lines Matching defs:cvd
210 vdev_t *cvd = rvd->vdev_child[id];
212 if (cvd == vd ||
213 cvd->vdev_ops == &vdev_indirect_ops)
216 metaslab_class_t *mc = cvd->vdev_mg->mg_class;
220 if (!cvd->vdev_noalloc) {
2255 vdev_t *cvd = rvd->vdev_child[id];
2262 cvd->vdev_alloc_bias == vd->vdev_alloc_bias &&
2263 cvd->vdev_ashift != vd->vdev_ashift) {
2266 if (cvd->vdev_ashift != 0 &&
2267 cvd->vdev_alloc_bias == VDEV_BIAS_NONE)
2268 ASSERT3U(cvd->vdev_ashift, ==, spa->spa_max_ashift);
2269 if (!vdev_is_concrete(cvd))
2271 if (vdev_get_nparity(cvd) != 0)
2276 if (cvd->vdev_ops == &vdev_mirror_ops) {
2278 cid < cvd->vdev_children; cid++) {
2279 if (!cvd->vdev_child[cid]->vdev_ops->