Searched refs:vdev_nonrot (Results 1 – 7 of 7) sorted by relevance
76 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
92 vd->vdev_nonrot = B_TRUE; in vdev_geom_set_rotation_rate()94 vd->vdev_nonrot = B_FALSE; in vdev_geom_set_rotation_rate()
172 if (vd->vdev_nonrot) { in vdev_mirror_load()
1488 vd->vdev_nonrot = B_TRUE; in vdev_open_children()1499 vd->vdev_nonrot &= vd->vdev_child[c]->vdev_nonrot; in vdev_open_children()1513 vd->vdev_nonrot &= vd->vdev_child[c]->vdev_nonrot; in vdev_open_children()
689 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
1838 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()
238 boolean_t vdev_nonrot; /* true if solid state */ member