Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_file.c110 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_queue.c617 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
898 if (vd->vdev_nonrot && vd->vdev_is_blkdev) in vdev_should_queue_io()
H A Dvdev.c604 pvd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_add_child()
981 vd->vdev_nonrot = !rotational; in vdev_alloc()
1460 mvd->vdev_nonrot = cvd->vdev_nonrot; in vdev_add_parent()
2046 vd->vdev_nonrot = B_TRUE; in vdev_open_children_impl()
2070 vd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_open_children_impl()
6891 !vd->vdev_nonrot, ZPROP_SRC_NONE); in vdev_prop_get()
H A Dvdev_mirror.c207 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev_draid.c2775 vd->vdev_nonrot = tvd->vdev_nonrot; in vdev_draid_spare_open()
H A Dvdev_label.c503 !vd->vdev_nonrot); in vdev_config_generate()
H A Dspa.c8348 newvd->vdev_nonrot != oldvd->vdev_nonrot)
H A Dmetaslab.c3280 if (!vd->vdev_nonrot && metaslab_lba_weighting_enabled) { in metaslab_space_weight()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c449 v->vdev_nonrot = !blk_queue_rot(bdev_get_queue(bdev)); in vdev_disk_open()
451 v->vdev_nonrot = blk_queue_nonrot(bdev_get_queue(bdev)); in vdev_disk_open()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c967 vd->vdev_nonrot = B_TRUE; in vdev_geom_open()
969 vd->vdev_nonrot = B_FALSE; in vdev_geom_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h244 boolean_t vdev_nonrot; /* true if solid state */ member