Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c99 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_disk.c325 v->vdev_nonrot = blk_queue_nonrot(q); in vdev_disk_open()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c99 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_geom.c972 vd->vdev_nonrot = B_TRUE; in vdev_geom_open()
974 vd->vdev_nonrot = B_FALSE; in vdev_geom_open()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h271 boolean_t vdev_nonrot; /* true if solid state */ member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c204 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev_queue.c613 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
H A Dvdev.c1788 vd->vdev_nonrot = B_TRUE; in vdev_open_children_impl()
1803 vd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_open_children_impl()
H A Dmetaslab.c3008 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()