HomeSort by: relevance | last modified time | path
    Searched refs:io_type (Results 1 - 22 of 22) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 418 qtt = vdev_queue_type_tree(vq, zio->io_type);
440 qtt = vdev_queue_type_tree(vq, zio->io_type);
489 if (zio->io_type == ZIO_TYPE_READ) {
492 } else if (zio->io_type == ZIO_TYPE_WRITE) {
504 if (aio->io_type == ZIO_TYPE_READ) {
664 if (zio->io_type == ZIO_TYPE_READ)
687 t = vdev_queue_type_tree(vq, zio->io_type);
728 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) {
764 abuf, size, first->io_type, zio->io_priority,
773 ASSERT3U(dio->io_type, ==, aio->io_type)
    [all...]
vdev_file.c 177 if (zio->io_type == ZIO_TYPE_IOCTL) {
191 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
194 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ?
vdev_mirror.c 452 if (zio->io_type == ZIO_TYPE_READ) {
466 zio->io_type, zio->io_priority, 0,
478 ASSERT(zio->io_type == ZIO_TYPE_WRITE ||
479 zio->io_type == ZIO_TYPE_FREE);
492 zio->io_type, zio->io_priority, 0,
534 if (zio->io_type == ZIO_TYPE_WRITE) {
563 } else if (zio->io_type == ZIO_TYPE_FREE) {
567 ASSERT(zio->io_type == ZIO_TYPE_READ);
zio.c 408 if (zio->io_type == ZIO_TYPE_READ)
674 zio->io_type = type;
891 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
1502 zio_type_t t = zio->io_type;
2111 zio = zio_gang_issue_func[gio->io_type](pio, bp, gn, data);
2818 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
3041 if (vd->vdev_ops->vdev_op_leaf && zio->io_type == ZIO_TYPE_FREE &&
3076 if (zio->io_type == ZIO_TYPE_READ ||
3077 zio->io_type == ZIO_TYPE_WRITE)
3080 if (zio->io_type == ZIO_TYPE_WRITE)
    [all...]
vdev_geom.c 976 switch (zio->io_type) {
1010 ASSERT(zio->io_type == ZIO_TYPE_READ ||
1011 zio->io_type == ZIO_TYPE_WRITE ||
1012 zio->io_type == ZIO_TYPE_FREE ||
1013 zio->io_type == ZIO_TYPE_IOCTL);
1023 switch (zio->io_type) {
1027 bp->bio_cmd = zio->io_type == ZIO_TYPE_READ ? BIO_READ : BIO_WRITE;
vdev_cache.c 272 ASSERT(zio->io_type == ZIO_TYPE_READ);
351 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
vdev_raidz.c 1743 zio->io_type == ZIO_TYPE_FREE,
1752 if (zio->io_type == ZIO_TYPE_FREE) {
1758 zio->io_type, zio->io_priority, 0,
1766 if (zio->io_type == ZIO_TYPE_WRITE) {
1774 zio->io_type, zio->io_priority, 0,
1791 zio->io_type, zio->io_priority,
1799 ASSERT(zio->io_type == ZIO_TYPE_READ);
1831 zio->io_type, zio->io_priority, 0,
2161 if (zio->io_type == ZIO_TYPE_WRITE) {
2177 } else if (zio->io_type == ZIO_TYPE_FREE)
    [all...]
zfs_fm.c 137 if (zio->io_type != ZIO_TYPE_READ &&
138 zio->io_type != ZIO_TYPE_WRITE)
174 if (zio->io_type == ZIO_TYPE_READ &&
zio_inject.c 181 if (zio->io_type != ZIO_TYPE_READ)
292 handler->zi_record.zi_iotype != zio->io_type)
vdev_disk.c 458 if (zio->io_type == ZIO_TYPE_IOCTL) {
492 bp->b_flags = (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
vdev.c 1058 if (zio->io_type == ZIO_TYPE_READ) {
1069 } else if (zio->io_type == ZIO_TYPE_WRITE) {
1073 } else if (zio->io_type == ZIO_TYPE_NULL) {
2878 if (zio->io_type == ZIO_TYPE_READ)
2881 if (zio->io_type == ZIO_TYPE_WRITE)
2974 zio_type_t type = zio->io_type;
  /src/sys/sys/
iostat.h 91 int io_type; /* type of device the state belong to */ member in struct:io_stats
  /src/external/cddl/osnet/dist/cmd/zinject/
zinject.c 669 int io_type = ZIO_TYPES; local
832 io_type = ZIO_TYPE_READ;
834 io_type = ZIO_TYPE_WRITE;
836 io_type = ZIO_TYPE_FREE;
838 io_type = ZIO_TYPE_CLAIM;
840 io_type = ZIO_TYPES;
949 record.zi_iotype = io_type;
  /src/sys/kern/
subr_iostat.c 146 stats->io_type = type;
367 if ((disk_only == 1) && (stats->io_type != IOSTAT_DISK))
subr_disk.c 157 if ((stat != NULL) && (stat->io_type == IOSTAT_DISK))
  /src/sys/dev/ic/
icpreg.h 192 u_int8_t io_type; /* type (SCSI/FCAL) */ member in struct:icp_ioc
  /src/external/mit/lua/dist/src/
liolib.c 165 static int io_type (lua_State *L) { function
753 {"type", io_type},
  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_space.c 88 int io_type = type & ~AP_MS104_SH4_IOMEM_PCMCIA_8BIT; local
110 switch (io_type) {
  /src/sys/arch/evbsh3/t_sh7706lan/
t_sh7706lan_space.c 88 int io_type = type & ~T_SH7706LAN_IOMEM_PCMCIA_8BIT; local
110 switch (io_type) {
  /src/sys/arch/landisk/dev/
obio.c 261 int io_type = type & ~OBIO_IOMEM_PCMCIA_8BIT; local
283 switch (io_type) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 430 zio_type_t io_type; member in struct:zio
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 2165 enum ztest_io_type io_type; local
2176 io_type = ztest_random(ZTEST_IO_TYPES);
2178 io_type = ZTEST_IO_WRITE_TAG;
2182 switch (io_type) {

Completed in 65 milliseconds