Searched refs:ASSERT3B (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | debug.h | 117 #define ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) macro 123 #define ASSERT3B(x, y, z) ((void)0) macro
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 169 #define ASSERT3B(x, y, z) \ macro 189 #define ASSERT3B VERIFY3B macro
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 155 #define ASSERT3B(x, y, z) \ macro 175 #define ASSERT3B VERIFY3B macro
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 140 #define ASSERT3B(x, y, z) \ macro 157 #define ASSERT3B VERIFY3B macro
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 484 ASSERT3B(zfsvfs->z_draining, ==, B_TRUE); in zfs_unlinked_drain_task() 529 ASSERT3B(zfsvfs->z_unmounted, ==, B_FALSE); in zfs_unlinked_drain_task() 544 ASSERT3B(zfsvfs->z_unmounted, ==, B_FALSE); in zfs_unlinked_drain() 545 ASSERT3B(zfsvfs->z_draining, ==, B_FALSE); in zfs_unlinked_drain() 566 ASSERT3B(zfsvfs->z_unmounted, ==, B_FALSE); in zfs_unlinked_drain_stop_wait()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 1309 ASSERT3B(zcw->zcw_done, ==, B_FALSE); in zil_commit_waiter_skip() 1496 ASSERT3B(zcw->zcw_done, ==, B_FALSE); in zil_lwb_flush_vdevs_done() 3177 ASSERT3B(zcw->zcw_done, ==, B_FALSE); in zil_commit_waiter_timeout() 3347 ASSERT3B(timedout, ==, B_FALSE); in zil_commit_waiter() 3424 ASSERT3B(zcw->zcw_done, ==, B_TRUE); in zil_free_commit_waiter() 3589 ASSERT3B(dmu_objset_is_snapshot(zilog->zl_os), ==, B_FALSE); in zil_commit() 3959 ASSERT3B(zilog_is_dirty(zilog), ==, B_FALSE); in zil_close()
|
| H A D | abd.c | 464 ASSERT3B(free_on_free, ==, B_FALSE); in abd_gang_add()
|
| H A D | vdev_rebuild.c | 778 ASSERT3B(vd->vdev_rebuild_cancel_wanted, ==, B_FALSE); in vdev_rebuild_thread()
|
| H A D | vdev_indirect.c | 1795 ASSERT3B(known_good, ==, B_FALSE); in vdev_indirect_reconstruct_io_done()
|
| H A D | vdev_removal.c | 444 ASSERT3B(are_precise, ==, B_TRUE); in vdev_remove_initiate_sync()
|