Lines Matching refs:io_offset
237 int cmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_offset_compare()
255 int ocmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_to_compare()
608 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset)
775 aio = zio_vdev_delegated_io(first->io_vd, first->io_offset, in vdev_queue_aggregate()
781 next_offset = first->io_offset; in vdev_queue_aggregate()
789 if (dio->io_offset != next_offset) { in vdev_queue_aggregate()
792 ASSERT3U(dio->io_offset, >, next_offset); in vdev_queue_aggregate()
794 dio->io_offset - next_offset, B_TRUE); in vdev_queue_aggregate()
821 next_offset = dio->io_offset + dio->io_size; in vdev_queue_aggregate()
864 if (zio->io_offset < vq->vq_last_offset) { in vdev_queue_io_to_issue()
866 vq->vq_io_search.io_offset = vq->vq_last_offset; in vdev_queue_io_to_issue()
901 vq->vq_last_offset = zio->io_offset + zio->io_size; in vdev_queue_io_to_issue()