Searched refs:ZIO_TYPE_READ (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_queue.c | 302 if (t == ZIO_TYPE_READ) in vdev_queue_type_tree() 344 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ), in vdev_queue_init() 379 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_READ)); in vdev_queue_fini() 463 if (zio->io_type == ZIO_TYPE_READ) { in vdev_queue_pending_remove() 478 if (aio->io_type == ZIO_TYPE_READ) { in vdev_queue_agg_io_done() 636 if (zio->io_type == ZIO_TYPE_READ) in vdev_queue_aggregate() 835 if (zio->io_type == ZIO_TYPE_READ) { in vdev_queue_io()
|
| HD | vdev_file.c | 190 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE); in vdev_file_io_start() 192 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ? in vdev_file_io_start()
|
| HD | vdev_mirror.c | 437 if (zio->io_type == ZIO_TYPE_READ) { in vdev_mirror_io_start() 552 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_mirror_io_done() 564 ZIO_TYPE_READ, zio->io_priority, 0, in vdev_mirror_io_done()
|
| HD | vdev_cache.c | 271 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_cache_read() 322 ve->ve_data, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW, in vdev_cache_read()
|
| HD | vdev_geom.c | 851 ASSERT(zio->io_type == ZIO_TYPE_READ || in vdev_geom_io_start() 865 case ZIO_TYPE_READ: in vdev_geom_io_start() 867 bp->bio_cmd = zio->io_type == ZIO_TYPE_READ ? BIO_READ : BIO_WRITE; in vdev_geom_io_start()
|
| HD | zio.c | 378 if (zio->io_type == ZIO_TYPE_READ) in zio_subblock() 756 ZIO_TYPE_READ, priority, flags, NULL, 0, zb, in zio_read() 974 ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_read_phys() 1029 if (type == ZIO_TYPE_READ && bp != NULL) { in zio_vdev_child_io() 2730 if (zio->io_type == ZIO_TYPE_READ || in zio_vdev_io_start() 2758 VERIFY(zio->io_type == ZIO_TYPE_READ || spa_writeable(spa)); in zio_vdev_io_start() 2784 case ZIO_TYPE_READ: in zio_vdev_io_start() 2825 ASSERT(zio->io_type == ZIO_TYPE_READ || in zio_vdev_io_done() 2829 (zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE || in zio_vdev_io_done() 3290 if ((zio->io_type == ZIO_TYPE_READ || in zio_done()
|
| HD | 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()
|
| HD | vdev_disk.c | 799 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE); in vdev_disk_io_start() 808 (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE); in vdev_disk_io_start()
|
| HD | zio_inject.c | 143 if (zio->io_type != ZIO_TYPE_READ) in zio_handle_fault_injection()
|
| HD | vdev.c | 1037 if (zio->io_type == ZIO_TYPE_READ) { in vdev_probe_done() 2793 if (zio->io_type == ZIO_TYPE_READ) in vdev_accessible() 2960 if (type == ZIO_TYPE_READ && !vdev_is_dead(vd)) { in vdev_stat_update()
|
| HD | vdev_raidz.c | 1796 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_raidz_io_start() 2178 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_raidz_io_done()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/ |
| HD | 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()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zinject/ |
| HD | zinject.c | 727 io_type = ZIO_TYPE_READ; in main()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| HD | zfs.h | 690 ZIO_TYPE_READ, enumerator
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 2380 print_one_stat((uint64_t)(scale * (newvs->vs_ops[ZIO_TYPE_READ] - in print_vdev_stats() 2381 oldvs->vs_ops[ZIO_TYPE_READ]))); in print_vdev_stats() 2386 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_READ] - in print_vdev_stats() 2387 oldvs->vs_bytes[ZIO_TYPE_READ]))); in print_vdev_stats()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 3381 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ, in zdb_read_block()
|