Lines Matching defs:ot
512 dmu_object_type_t ot = BP_GET_TYPE(bp);
558 if (zio_injection_enabled && ot != DMU_OT_DNODE && ret == 0) {
560 &zio->io_bookmark, ot, ECKSUM);
575 if (ot == DMU_OT_OBJSET) {
584 &zio->io_bookmark, ot, ECKSUM);
597 if (ot == DMU_OT_INTENT_LOG) {
4673 dmu_object_type_t ot = BP_GET_TYPE(bp);
4686 if (!IO_IS_ALLOCATING(zio) && ot != DMU_OT_INTENT_LOG)
4699 if (ot != DMU_OT_OBJSET)
4704 ot == DMU_OT_DNODE) {
4710 dmu_ot_byteswap[DMU_OT_BYTESWAP(ot)].ob_func(bswap_buf,
4717 if (DMU_OT_IS_ENCRYPTED(ot))
4736 if (ot == DMU_OT_OBJSET) {
4737 ASSERT0(DMU_OT_IS_ENCRYPTED(ot));
4746 if (!DMU_OT_IS_ENCRYPTED(ot)) {
4763 ASSERT(IO_IS_ALLOCATING(zio) || ot == DMU_OT_INTENT_LOG);
4764 ASSERT(BP_GET_LEVEL(bp) == 0 || ot == DMU_OT_INTENT_LOG);
4776 if (ot == DMU_OT_INTENT_LOG) {
4788 if (ot == DMU_OT_INTENT_LOG) {
4801 ASSERT3U(ot, ==, DMU_OT_DNODE);