Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c99 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_geom.c967 vd->vdev_nonrot = B_TRUE; in vdev_geom_open()
969 vd->vdev_nonrot = B_FALSE; in vdev_geom_open()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c99 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_disk.c314 v->vdev_nonrot = blk_queue_nonrot(q); in vdev_disk_open()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h271 boolean_t vdev_nonrot; /* true if solid state */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c205 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev_queue.c661 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
H A Dvdev.c1682 vd->vdev_nonrot = B_TRUE; in vdev_open_children_impl()
1697 vd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_open_children_impl()
H A Dmetaslab.c2963 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()