Lines Matching refs:ASSERT3U
375 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes()
376 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes()
565 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_add()
582 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_remove()
662 ASSERT3U(zio->io_type, ==, ZIO_TYPE_WRITE); in vdev_queue_aggregate()
769 ASSERT3U(size, <=, SPA_MAXBLOCKSIZE); in vdev_queue_aggregate()
791 ASSERT3U(dio->io_type, ==, ZIO_TYPE_READ); in vdev_queue_aggregate()
792 ASSERT3U(dio->io_offset, >, next_offset); in vdev_queue_aggregate()
800 ASSERT3U(abd_get_size(dio->io_abd), >, dio->io_size); in vdev_queue_aggregate()
806 ASSERT3U(dio->io_type, ==, ZIO_TYPE_WRITE); in vdev_queue_aggregate()
823 ASSERT3U(abd_get_size(aio->io_abd), ==, aio->io_size); in vdev_queue_aggregate()
877 ASSERT3U(zio->io_priority, ==, p); in vdev_queue_io_to_issue()
959 ASSERT3U(dio->io_type, ==, nio->io_type); in vdev_queue_io()
988 ASSERT3U(dio->io_type, ==, nio->io_type); in vdev_queue_io_done()
1017 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_change_io_priority()
1018 ASSERT3U(priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_change_io_priority()