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 D | vdev_queue.c | 326 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 D | vdev_file.c | 191 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 D | vdev_mirror.c | 452 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 D | vdev_cache.c | 272 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 D | vdev_geom.c | 1010 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 D | zio.c | 408 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 D | zfs_fm.c | 137 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 D | zio_inject.c | 181 if (zio->io_type != ZIO_TYPE_READ) in zio_handle_fault_injection()
|
| H A D | vdev_disk.c | 492 bp->b_flags = (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE); in vdev_disk_io_start()
|
| H A D | vdev_raidz.c | 1799 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 D | vdev.c | 1058 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 D | util.c | 100 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 D | zfs.h | 709 ZIO_TYPE_READ, enumerator
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
| H A D | zinject.c | 832 io_type = ZIO_TYPE_READ; in main()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | zpool_main.c | 2409 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 D | zdb.c | 3414 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ, in zdb_read_block()
|