Searched refs:ZIO_TYPE_READ (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libzpool/common/
H A Dutil.c100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops);
102 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c158 if (aio->io_type == ZIO_TYPE_READ)
348 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
355 if (zio->io_type == ZIO_TYPE_READ)
H A Dvdev_mirror.c266 if (zio->io_type == ZIO_TYPE_READ) {
376 ASSERT(zio->io_type == ZIO_TYPE_READ);
388 ZIO_TYPE_READ, zio->io_priority, 0,
H A Dvdev_file.c167 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ?
H A Dvdev_cache.c252 ASSERT(zio->io_type == ZIO_TYPE_READ);
303 ve->ve_data, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_CACHE_FILL,
H A Dzfs_fm.c133 if (zio->io_type != ZIO_TYPE_READ &&
170 if (zio->io_type == ZIO_TYPE_READ &&
H A Dzio_inject.c142 if (zio->io_type != ZIO_TYPE_READ)
H A Dzio.c303 if (zio->io_type == ZIO_TYPE_READ)
594 ZIO_TYPE_READ, priority, flags, NULL, 0, zb,
749 ZIO_TYPE_READ, priority, flags, vd, offset, NULL,
804 if (type == ZIO_TYPE_READ && bp != NULL) {
2315 (zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE)) {
2317 if (zio->io_type == ZIO_TYPE_READ && vdev_cache_read(zio) == 0)
2343 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
2770 if ((zio->io_type == ZIO_TYPE_READ ||
H A Dvdev_disk.c473 (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
H A Dvdev.c908 if (zio->io_type == ZIO_TYPE_READ) {
2435 if (zio->io_type == ZIO_TYPE_READ)
2592 if (type == ZIO_TYPE_READ && !vdev_is_dead(vd)) {
H A Dvdev_raidz.c1566 ASSERT(zio->io_type == ZIO_TYPE_READ);
1918 ASSERT(zio->io_type == ZIO_TYPE_READ);
/opensolaris-onvv-gate/usr/src/cmd/availdevs/
H A Davaildevs.c149 vs->vs_bytes[ZIO_TYPE_READ]);
153 vs->vs_ops[ZIO_TYPE_READ]);
/opensolaris-onvv-gate/usr/src/cmd/zinject/
H A Dzinject.c714 io_type = ZIO_TYPE_READ;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h614 ZIO_TYPE_READ, enumerator in enum:zio_type
/opensolaris-onvv-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c1091 bean->method_setReadBytes, (jlong)vs->vs_bytes[ZIO_TYPE_READ]);
1097 bean->method_setReadOperations, (jlong)vs->vs_ops[ZIO_TYPE_READ]);
/opensolaris-onvv-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2055 print_one_stat((uint64_t)(scale * (newvs->vs_ops[ZIO_TYPE_READ] -
2056 oldvs->vs_ops[ZIO_TYPE_READ])));
2061 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_READ] -
2062 oldvs->vs_bytes[ZIO_TYPE_READ])));
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb.c2767 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ,

Completed in 292 milliseconds