Searched refs:io_type (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmapi_common.h78 int io_type; member in struct:__anon8881
H A Drsm.h176 int io_type; member in struct:__anon8854
189 int32_t io_type; member in struct:__anon8856
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c298 avl_add(vdev_queue_type_tree(vq, zio->io_type), zio);
314 avl_remove(vdev_queue_type_tree(vq, zio->io_type), zio);
356 if (zio->io_type == ZIO_TYPE_READ) {
359 } else if (zio->io_type == ZIO_TYPE_WRITE) {
370 if (aio->io_type == ZIO_TYPE_READ) {
513 avl_tree_t *t = vdev_queue_type_tree(vq, zio->io_type);
521 if (zio->io_type == ZIO_TYPE_READ)
582 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) {
614 zio_buf_alloc(size), size, first->io_type, zio->io_priority,
623 ASSERT3U(dio->io_type,
[all...]
H A Dvdev_file.c193 if (zio->io_type == ZIO_TYPE_IOCTL) {
214 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
223 bp->b_flags = (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
H A Dvdev_mirror.c273 if (zio->io_type == ZIO_TYPE_READ) {
286 zio->io_type, zio->io_priority, 0,
298 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
311 zio->io_type, zio->io_priority, 0,
353 if (zio->io_type == ZIO_TYPE_WRITE) {
384 ASSERT(zio->io_type == ZIO_TYPE_READ);
H A Dvdev_disk.c707 if (zio->io_type == ZIO_TYPE_IOCTL) {
758 ASSERT(zio->io_type == ZIO_TYPE_READ || zio->io_type == ZIO_TYPE_WRITE);
768 (zio->io_type == ZIO_TYPE_READ ? B_READ : B_WRITE);
H A Dvdev_cache.c263 ASSERT(zio->io_type == ZIO_TYPE_READ);
342 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
H A Dzio.c323 if (zio->io_type == ZIO_TYPE_READ)
576 zio->io_type = type;
794 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
1390 zio_type_t t = zio->io_type;
1989 zio = zio_gang_issue_func[gio->io_type](pio, bp, gn, data);
2720 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
2973 if (zio->io_type == ZIO_TYPE_WRITE) {
2996 VERIFY(zio->io_type != ZIO_TYPE_WRITE || spa_writeable(spa));
3015 ASSERT(zio->io_type == ZIO_TYPE_WRITE);
3021 (zio->io_type
[all...]
H A Dzfs_fm.c137 if (zio->io_type != ZIO_TYPE_READ &&
138 zio->io_type != ZIO_TYPE_WRITE)
174 if (zio->io_type == ZIO_TYPE_READ &&
H A Dzio_inject.c181 if (zio->io_type != ZIO_TYPE_READ)
292 handler->zi_record.zi_iotype != zio->io_type)
H A Dvdev_raidz.c1734 if (zio->io_type == ZIO_TYPE_WRITE) {
1742 zio->io_type, zio->io_priority, 0,
1759 zio->io_type, zio->io_priority,
1767 ASSERT(zio->io_type == ZIO_TYPE_READ);
1799 zio->io_type, zio->io_priority, 0,
2129 if (zio->io_type == ZIO_TYPE_WRITE) {
2147 ASSERT(zio->io_type == ZIO_TYPE_READ);
2265 zio->io_type, zio->io_priority, 0,
H A Dvdev.c958 if (zio->io_type == ZIO_TYPE_READ) {
969 } else if (zio->io_type == ZIO_TYPE_WRITE) {
973 } else if (zio->io_type == ZIO_TYPE_NULL) {
2722 if (zio->io_type == ZIO_TYPE_READ)
2725 if (zio->io_type == ZIO_TYPE_WRITE)
2814 zio_type_t type = zio->io_type;
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c665 int io_type = ZIO_TYPES; local
828 io_type = ZIO_TYPE_READ;
830 io_type = ZIO_TYPE_WRITE;
832 io_type = ZIO_TYPE_FREE;
834 io_type = ZIO_TYPE_CLAIM;
836 io_type = ZIO_TYPES;
945 record.zi_iotype = io_type;
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmgen.c564 if (l_iovec->io_type == RSM_HANDLE_TYPE) {
569 l_iovec->io_type = RSM_VA_TYPE;
591 if (ka_iovec->io_type == RSM_HANDLE_TYPE) {
713 if (l_iovec->io_type == RSM_HANDLE_TYPE) {
718 l_iovec->io_type = RSM_VA_TYPE;
745 if (ka_iovec->io_type == RSM_HANDLE_TYPE) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h381 zio_type_t io_type; member in struct:zio
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c633 typedef struct io_type { struct
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3081 uchar_t io_type)
3132 usbvcp->usbvc_io_type = io_type;
3080 usbvc_start_isoc_polling(usbvc_state_t *usbvcp, usbvc_stream_if_t *strm_if, uchar_t io_type) argument
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2170 enum ztest_io_type io_type; local
2181 io_type = ztest_random(ZTEST_IO_TYPES);
2183 io_type = ZTEST_IO_WRITE_TAG;
2187 switch (io_type) {
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7326 iovec->io_type = (int)iovec32->io_type;
7327 if (iovec->io_type == RSM_HANDLE_TYPE)
7599 if (ka_iovec->io_type == RSM_HANDLE_TYPE) {
7705 if (ka_iovec->io_type == RSM_HANDLE_TYPE) {
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2214 enum zio_type io_type; member in struct:mdb_zio
2256 if ((type = mdb_ctf_enum_name(type_enum, zio.io_type)) != NULL)

Completed in 163 milliseconds