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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c226 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
227 if (zio->io_type == ZIO_TYPE_READ) {
281 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
H A Dvdev_geom.c1055 if (zio->io_type != ZIO_TYPE_READ && zio->io_type != ZIO_TYPE_WRITE) {
1107 ASSERT(zio->io_type == ZIO_TYPE_READ ||
1121 case ZIO_TYPE_READ:
1126 if (zio->io_type == ZIO_TYPE_READ) {
1162 if (zio->io_type != ZIO_TYPE_READ && zio->io_type != ZIO_TYPE_WRITE) {
1172 if (zio->io_type == ZIO_TYPE_READ)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c89 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops, sizeof (rops));
91 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c261 ASSERT(t == ZIO_TYPE_READ || t == ZIO_TYPE_WRITE || t == ZIO_TYPE_TRIM);
262 if (t == ZIO_TYPE_READ)
467 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ),
507 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_READ));
639 if (zio->io_type == ZIO_TYPE_READ)
765 ASSERT3U(dio->io_type, ==, ZIO_TYPE_READ);
888 if (zio->io_type == ZIO_TYPE_READ) {
979 if (zio->io_type == ZIO_TYPE_READ) {
H A Dvdev_cache.c259 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
312 ve->ve_abd, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW,
H A Dvdev_mirror.c306 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
634 ASSERT(zio->io_type == ZIO_TYPE_READ);
639 if (zio->io_type == ZIO_TYPE_READ) {
780 ASSERT(zio->io_type == ZIO_TYPE_READ);
792 ZIO_TYPE_READ, zio->io_priority, 0,
H A Dspa_stats.c438 ts->vs2.vs_bytes[ZIO_TYPE_READ] - ts->vs1.vs_bytes[ZIO_TYPE_READ],
440 ts->vs2.vs_ops[ZIO_TYPE_READ] - ts->vs1.vs_ops[ZIO_TYPE_READ],
H A Dzio_inject.c265 if (zio->io_type != ZIO_TYPE_READ)
352 ASSERT(zio->io_type == ZIO_TYPE_READ);
H A Dvdev_draid.c703 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
765 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
792 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
1047 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
2006 ASSERT(zio->io_type == ZIO_TYPE_READ);
2592 case ZIO_TYPE_READ:
H A Dvdev_indirect.c1264 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
1309 if (zio->io_type != ZIO_TYPE_READ) {
1347 if (zio->io_type == ZIO_TYPE_READ &&
H A Dvdev_label.c280 vsx->vsx_total_histo[ZIO_TYPE_READ],
281 ARRAY_SIZE(vsx->vsx_total_histo[ZIO_TYPE_READ]));
288 vsx->vsx_disk_histo[ZIO_TYPE_READ],
289 ARRAY_SIZE(vsx->vsx_disk_histo[ZIO_TYPE_READ]));
H A Dzio.c429 if (zio->io_type == ZIO_TYPE_READ)
1112 ZIO_TYPE_READ, priority, flags, NULL, 0, zb,
1365 private, ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd,
1428 if (type == ZIO_TYPE_READ && bp != NULL) {
3834 (zio->io_type == ZIO_TYPE_READ ||
3838 if (zio->io_type == ZIO_TYPE_READ && vdev_cache_read(zio))
3867 ASSERT(zio->io_type == ZIO_TYPE_READ ||
4628 if (zio->io_type == ZIO_TYPE_READ)
4665 if ((zio->io_type == ZIO_TYPE_READ ||
H A Dzfs_fm.c1032 if (zio->io_type != ZIO_TYPE_READ &&
1053 if (zio->io_type == ZIO_TYPE_READ &&
H A Dvdev_raidz.c1647 ASSERT(zio->io_type == ZIO_TYPE_READ);
1771 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
2147 ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
H A Dvdev_removal.c939 ZIO_TYPE_READ, ZIO_PRIORITY_REMOVAL,
H A Dvdev.c1586 if (zio->io_type == ZIO_TYPE_READ) {
4236 if (zio->io_type == ZIO_TYPE_READ)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c942 io_type = ZIO_TYPE_READ;
1073 (record.zi_freq == 0 || io_type != ZIO_TYPE_READ)) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c362 print_kv(",read_bytes", vs->vs_bytes[ZIO_TYPE_READ]);
364 print_kv(",read_ops", vs->vs_ops[ZIO_TYPE_READ]);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c212 if (zio->io_type == ZIO_TYPE_READ) {
H A Dvdev_disk.c760 case ZIO_TYPE_READ:
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h972 ZIO_TYPE_READ, enumerator in enum:zio_type
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8097 psize, ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ,
8192 offset, pabd, psize, ZIO_TYPE_READ,
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4622 print_one_stat((uint64_t)(vs->vs_ops[ZIO_TYPE_READ] * scale),
4626 print_one_stat((uint64_t)(vs->vs_bytes[ZIO_TYPE_READ] * scale),

Completed in 325 milliseconds