Home
last modified time | relevance | path

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

/freebsd/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.c970 vd->vdev_nonrot = B_TRUE; in vdev_geom_open()
972 vd->vdev_nonrot = B_FALSE; in vdev_geom_open()
/freebsd/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.c445 v->vdev_nonrot = blk_queue_nonrot(bdev_get_queue(bdev)); in vdev_disk_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h254 boolean_t vdev_nonrot; /* true if solid state */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c206 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev_queue.c641 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
H A Dvdev.c1890 vd->vdev_nonrot = B_TRUE; in vdev_open_children_impl()
1905 vd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_open_children_impl()
H A Dmetaslab.c3065 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()