Home
last modified time | relevance | path

Searched refs:ZIO_TYPE_READ (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c326 if (t == ZIO_TYPE_READ) in vdev_queue_type_tree()
368 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ), in vdev_queue_init()
403 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_READ)); in vdev_queue_fini()
489 if (zio->io_type == ZIO_TYPE_READ) { in vdev_queue_pending_remove()
504 if (aio->io_type == ZIO_TYPE_READ) { in vdev_queue_agg_io_done()
664 if (zio->io_type == ZIO_TYPE_READ) in vdev_queue_aggregate()
873 if (zio->io_type == ZIO_TYPE_READ) { in vdev_queue_io()
H A Dvdev_file.c191 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE); in vdev_file_io_start()
194 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ? in vdev_file_io_start()
H A Dvdev_mirror.c452 if (zio->io_type == ZIO_TYPE_READ) { in vdev_mirror_io_start()
567 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_mirror_io_done()
579 ZIO_TYPE_READ, zio->io_priority, 0, in vdev_mirror_io_done()
H A Dvdev_cache.c272 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_cache_read()
323 ve->ve_data, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW, in vdev_cache_read()
H A Dvdev_geom.c1010 ASSERT(zio->io_type == ZIO_TYPE_READ || in vdev_geom_io_start()
1024 case ZIO_TYPE_READ: in vdev_geom_io_start()
1027 bp->bio_cmd = zio->io_type == ZIO_TYPE_READ ? BIO_READ : BIO_WRITE; in vdev_geom_io_start()
H A Dzio.c408 if (zio->io_type == ZIO_TYPE_READ) in zio_subblock()
825 ZIO_TYPE_READ, priority, flags, NULL, 0, zb, in zio_read()
1046 ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_read_phys()
1101 if (type == ZIO_TYPE_READ && bp != NULL) { in zio_vdev_child_io()
3076 if (zio->io_type == ZIO_TYPE_READ || in zio_vdev_io_start()
3106 VERIFY(zio->io_type == ZIO_TYPE_READ || spa_writeable(spa)); in zio_vdev_io_start()
3132 case ZIO_TYPE_READ: in zio_vdev_io_start()
3173 ASSERT(zio->io_type == ZIO_TYPE_READ || in zio_vdev_io_done()
3177 (zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE || in zio_vdev_io_done()
3739 if ((zio->io_type == ZIO_TYPE_READ || in zio_done()
H A Dzfs_fm.c137 if (zio->io_type != ZIO_TYPE_READ && in zfs_ereport_start()
174 if (zio->io_type == ZIO_TYPE_READ && in zfs_ereport_start()
H A Dzio_inject.c181 if (zio->io_type != ZIO_TYPE_READ) in zio_handle_fault_injection()
H A Dvdev_disk.c492 bp->b_flags = (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE); in vdev_disk_io_start()
H A Dvdev_raidz.c1799 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_raidz_io_start()
2181 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_raidz_io_done()
H A Dvdev.c1058 if (zio->io_type == ZIO_TYPE_READ) { in vdev_probe_done()
2878 if (zio->io_type == ZIO_TYPE_READ) in vdev_accessible()
3053 if (type == ZIO_TYPE_READ && !vdev_is_dead(vd)) { in vdev_stat_update()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dutil.c100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops); in show_vdev_stats()
102 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes); in show_vdev_stats()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/
H A Dzfs.h709 ZIO_TYPE_READ, enumerator
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dzinject.c832 io_type = ZIO_TYPE_READ; in main()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2409 print_one_stat((uint64_t)(scale * (newvs->vs_ops[ZIO_TYPE_READ] - in print_vdev_stats()
2410 oldvs->vs_ops[ZIO_TYPE_READ]))); in print_vdev_stats()
2415 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_READ] - in print_vdev_stats()
2416 oldvs->vs_bytes[ZIO_TYPE_READ]))); in print_vdev_stats()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c3414 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ, in zdb_read_block()