Home
last modified time | relevance | path

Searched refs:DMU_OT_OBJSET (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c391 BP_GET_TYPE(bp) != DMU_OT_OBJSET) in zio_checksum_compute()
401 if (BP_USES_CRYPT(bp) && BP_GET_TYPE(bp) != DMU_OT_OBJSET) in zio_checksum_compute()
503 BP_GET_TYPE(bp) != DMU_OT_OBJSET) { in zio_checksum_error_impl()
H A Ddsl_scan.c1517 BP_GET_TYPE(bp) != DMU_OT_OBJSET)) in dsl_scan_prefetch()
1619 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) { in dsl_scan_prefetch_cb()
1684 BP_GET_TYPE(&spic->spic_bp) == DMU_OT_OBJSET); in dsl_scan_prefetch_thread()
1815 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) { in dsl_scan_recurse()
3077 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) { in dsl_scan_free_block_cb()
H A Ddmu_traverse.c355 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) { in traverse_visitbp()
H A Dzio_crypt.c820 ASSERT3U(BP_GET_TYPE(bp), !=, DMU_OT_OBJSET); in zio_crypt_encode_mac_bp()
843 if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) { in zio_crypt_decode_mac_bp()
H A Ddmu.c2263 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy()
2376 (type == DMU_OT_DNODE || type == DMU_OT_OBJSET)) { in dmu_write_policy()
H A Ddmu_objset.c1600 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_OBJSET); in dmu_objset_write_ready()
1711 DMU_OT_OBJSET, NULL, NULL, NULL); in dmu_objset_sync()
H A Dzio.c431 if (ot == DMU_OT_OBJSET) { in zio_decrypt()
3808 if (ot != DMU_OT_OBJSET) in zio_encrypt()
3845 if (ot == DMU_OT_OBJSET) { in zio_encrypt()
H A Ddmu_send.c772 } else if (zb->zb_level > 0 || type == DMU_OT_OBJSET) { in do_dump()
H A Darc.c1666 if (hdr->b_crypt_hdr.b_ot == DMU_OT_OBJSET) { in arc_hdr_authenticate()
3411 ASSERT(ot == DMU_OT_DNODE || ot == DMU_OT_OBJSET); in arc_convert_to_raw()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h90 DMU_OT_OBJSET, /* OBJSET */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h165 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
187 DMU_OT_OBJSET, /* OBJSET */ enumerator
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1136 DMU_OT_OBJSET, /* OBJSET */ enumerator