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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c216 ASSERT(t == ZIO_TYPE_READ || t == ZIO_TYPE_WRITE);
217 if (t == ZIO_TYPE_READ)
252 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ),
285 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_READ));
356 if (zio->io_type == ZIO_TYPE_READ) {
370 if (aio->io_type == ZIO_TYPE_READ) {
521 if (zio->io_type == ZIO_TYPE_READ)
717 if (zio->io_type == ZIO_TYPE_READ) {
H A Dvdev_file.c214 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
223 bp->b_flags = (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
H A Dvdev_mirror.c273 if (zio->io_type == ZIO_TYPE_READ) {
384 ASSERT(zio->io_type == ZIO_TYPE_READ);
396 ZIO_TYPE_READ, zio->io_priority, 0,
H A Dvdev_cache.c263 ASSERT(zio->io_type == ZIO_TYPE_READ);
314 ve->ve_data, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW,
H A Dzfs_fm.c137 if (zio->io_type != ZIO_TYPE_READ &&
174 if (zio->io_type == ZIO_TYPE_READ &&
H A Dvdev_disk.c758 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
768 (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
H A Dzio_inject.c181 if (zio->io_type != ZIO_TYPE_READ)
H A Dzio.c323 if (zio->io_type == ZIO_TYPE_READ)
728 ZIO_TYPE_READ, priority, flags, NULL, 0, zb,
942 private, ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd,
997 if (type == ZIO_TYPE_READ && bp != NULL) {
3021 (zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE)) {
3023 if (zio->io_type == ZIO_TYPE_READ && vdev_cache_read(zio))
3050 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
3600 if ((zio->io_type == ZIO_TYPE_READ ||
H A Dvdev_raidz.c1767 ASSERT(zio->io_type == ZIO_TYPE_READ);
2147 ASSERT(zio->io_type == ZIO_TYPE_READ);
H A Dvdev.c958 if (zio->io_type == ZIO_TYPE_READ) {
2722 if (zio->io_type == ZIO_TYPE_READ)
2893 if (type == ZIO_TYPE_READ && !vdev_is_dead(vd)) {
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c150 vs->vs_bytes[ZIO_TYPE_READ]);
154 vs->vs_ops[ZIO_TYPE_READ]);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c102 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops);
104 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes);
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c828 io_type = ZIO_TYPE_READ;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h694 ZIO_TYPE_READ, enumerator in enum:zio_type
/illumos-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]);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2384 print_one_stat((uint64_t)(scale * (newvs->vs_ops[ZIO_TYPE_READ] -
2385 oldvs->vs_ops[ZIO_TYPE_READ])));
2390 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_READ] -
2391 oldvs->vs_bytes[ZIO_TYPE_READ])));
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3394 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ,

Completed in 221 milliseconds