Lines Matching defs:vps
937 vdev_probe_stats_t *vps = zio->io_private;
943 vps->vps_readable = 1;
947 ZIO_CHECKSUM_OFF, vdev_probe_done, vps,
948 ZIO_PRIORITY_SYNC_WRITE, vps->vps_flags, B_TRUE));
954 vps->vps_writeable = 1;
959 vd->vdev_cant_read |= !vps->vps_readable;
960 vd->vdev_cant_write |= !vps->vps_writeable;
981 kmem_free(vps, sizeof (*vps));
996 vdev_probe_stats_t *vps = NULL;
1015 vps = kmem_zalloc(sizeof (*vps), KM_SLEEP);
1017 vps->vps_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_PROBE |
1038 vps->vps_flags |= ZIO_FLAG_CONFIG_WRITER;
1044 vdev_probe_done, vps,
1045 vps->vps_flags | ZIO_FLAG_DONT_PROPAGATE);
1062 if (vps == NULL) {
1072 ZIO_CHECKSUM_OFF, vdev_probe_done, vps,
1073 ZIO_PRIORITY_SYNC_READ, vps->vps_flags, B_TRUE));