Home
last modified time | relevance | path

Searched refs:vdev_nonrot (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_file.c76 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_geom.c92 vd->vdev_nonrot = B_TRUE; in vdev_geom_set_rotation_rate()
94 vd->vdev_nonrot = B_FALSE; in vdev_geom_set_rotation_rate()
H A Dvdev_mirror.c172 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev.c1488 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()
H A Dvdev_queue.c689 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
H A Dmetaslab.c1838 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h238 boolean_t vdev_nonrot; /* true if solid state */ member