Lines Matching refs:ASSERT3U
351 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes()
352 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes()
541 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_add()
558 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_remove()
638 ASSERT3U(zio->io_type, ==, ZIO_TYPE_WRITE); in vdev_queue_aggregate()
745 ASSERT3U(size, <=, SPA_MAXBLOCKSIZE); in vdev_queue_aggregate()
767 ASSERT3U(dio->io_type, ==, ZIO_TYPE_READ); in vdev_queue_aggregate()
768 ASSERT3U(dio->io_offset, >, next_offset); in vdev_queue_aggregate()
776 ASSERT3U(abd_get_size(dio->io_abd), >, dio->io_size); in vdev_queue_aggregate()
782 ASSERT3U(dio->io_type, ==, ZIO_TYPE_WRITE); in vdev_queue_aggregate()
799 ASSERT3U(abd_get_size(aio->io_abd), ==, aio->io_size); in vdev_queue_aggregate()
853 ASSERT3U(zio->io_priority, ==, p); in vdev_queue_io_to_issue()
935 ASSERT3U(dio->io_type, ==, nio->io_type); in vdev_queue_io()
964 ASSERT3U(dio->io_type, ==, nio->io_type); in vdev_queue_io_done()
993 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_change_io_priority()
994 ASSERT3U(priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_change_io_priority()