Lines Matching defs:vps
1701 vdev_probe_stats_t *vps = zio->io_private;
1707 vps->vps_readable = 1;
1711 ZIO_CHECKSUM_OFF, vdev_probe_done, vps,
1712 ZIO_PRIORITY_SYNC_WRITE, vps->vps_flags, B_TRUE));
1718 vps->vps_writeable = 1;
1724 vd->vdev_cant_read |= !vps->vps_readable;
1725 vd->vdev_cant_write |= !vps->vps_writeable;
1745 if (vps->vps_zio_done_probe) {
1761 kmem_free(vps, sizeof (*vps));
1776 vdev_probe_stats_t *vps = NULL;
1795 vps = kmem_zalloc(sizeof (*vps), KM_SLEEP);
1797 vps->vps_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_PROBE |
1799 vps->vps_zio_done_probe = (zio != NULL);
1818 vps->vps_flags |= ZIO_FLAG_CONFIG_WRITER;
1824 vdev_probe_done, vps,
1825 vps->vps_flags | ZIO_FLAG_DONT_PROPAGATE);
1833 if (vps == NULL) {
1843 ZIO_CHECKSUM_OFF, vdev_probe_done, vps,
1844 ZIO_PRIORITY_SYNC_READ, vps->vps_flags, B_TRUE));