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.c101 vd->vdev_nonrot = B_TRUE; in vdev_file_open()
H A Dvdev_queue.c607 if (vq->vq_vdev->vdev_nonrot) in vdev_queue_aggregate()
888 if (vd->vdev_nonrot && vd->vdev_is_blkdev) in vdev_should_queue_io()
H A Dvdev.c600 pvd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_add_child()
977 vd->vdev_nonrot = !rotational; in vdev_alloc()
1456 mvd->vdev_nonrot = cvd->vdev_nonrot; in vdev_add_parent()
2056 vd->vdev_nonrot = B_TRUE; in vdev_open_children_impl()
2085 vd->vdev_nonrot &= cvd->vdev_nonrot; in vdev_open_children_impl()
7104 !vd->vdev_nonrot, ZPROP_SRC_NONE); in vdev_prop_get()
H A Dvdev_mirror.c197 if (vd->vdev_nonrot) { in vdev_mirror_load()
H A Dvdev_draid.c2769 vd->vdev_nonrot = tvd->vdev_nonrot; in vdev_draid_spare_open()
H A Dvdev_label.c533 !vd->vdev_nonrot); in vdev_config_generate()
H A Dspa.c8498 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.c517 v->vdev_nonrot = !blk_queue_rot(bdev_get_queue(bdev)); in vdev_disk_open()
519 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.c959 vd->vdev_nonrot = B_TRUE; in vdev_geom_open()
961 vd->vdev_nonrot = B_FALSE; in vdev_geom_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h234 boolean_t vdev_nonrot; /* true if solid state */ member