Lines Matching refs:io_offset
213 int cmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_offset_compare()
231 int ocmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_to_compare()
584 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset)
751 aio = zio_vdev_delegated_io(first->io_vd, first->io_offset, in vdev_queue_aggregate()
757 next_offset = first->io_offset; in vdev_queue_aggregate()
765 if (dio->io_offset != next_offset) { in vdev_queue_aggregate()
768 ASSERT3U(dio->io_offset, >, next_offset); in vdev_queue_aggregate()
770 dio->io_offset - next_offset, B_TRUE); in vdev_queue_aggregate()
797 next_offset = dio->io_offset + dio->io_size; in vdev_queue_aggregate()
840 if (zio->io_offset < vq->vq_last_offset) { in vdev_queue_io_to_issue()
842 vq->vq_io_search.io_offset = vq->vq_last_offset; in vdev_queue_io_to_issue()
877 vq->vq_last_offset = zio->io_offset + zio->io_size; in vdev_queue_io_to_issue()