Home
last modified time | relevance | path

Searched refs:DMU_OT_IS_VALID (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h52 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c273 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_verify()
293 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify()
352 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype)); in dnode_byteswap()
476 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_create()
598 ASSERT(DMU_OT_IS_VALID(ot)); in dnode_allocate()
602 ASSERT(DMU_OT_IS_VALID(bonustype)); in dnode_allocate()
678 ASSERT(DMU_OT_IS_VALID(bonustype)); in dnode_reallocate()
H A Ddmu_recv.c1124 !DMU_OT_IS_VALID(drro->drr_type) || in receive_object()
1125 !DMU_OT_IS_VALID(drro->drr_bonustype) || in receive_object()
1510 !DMU_OT_IS_VALID(drrw->drr_type)) in receive_write()
1714 if (!DMU_OT_IS_VALID(drrs->drr_type) || in receive_spill()
H A Ddnode_sync.c716 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()
H A Dzio.c813 if (!DMU_OT_IS_VALID(BP_GET_TYPE(bp))) { in zfs_blkptr_verify()
961 DMU_OT_IS_VALID(zp->zp_type) && in zio_write()
H A Ddmu.c304 if (!DMU_OT_IS_VALID(type)) { in dmu_set_bonustype()
H A Ddsl_dataset.c132 ASSERT(DMU_OT_IS_VALID(BP_GET_TYPE(bp))); in dsl_dataset_block_born()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h125 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c86 dmu_ot[(idx)].ot_name : DMU_OT_IS_VALID(idx) ? \