Lines Matching refs:dn_blkptr
85 bcopy(dn->dn_phys->dn_blkptr, db->db.db_data, in dnode_increase_indirection()
103 &dn->dn_phys->dn_blkptr[child->db_blkid]); in dnode_increase_indirection()
122 bzero(dn->dn_phys->dn_blkptr, sizeof (blkptr_t) * nblkptr); in dnode_increase_indirection()
367 blkptr_t *bp = dn->dn_phys->dn_blkptr; in dnode_sync_free_range_impl()
572 ASSERT(BP_IS_HOLE(dn->dn_phys->dn_blkptr)); in dnode_sync_free()
688 BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
689 BP_IS_EMBEDDED(&dnp->dn_blkptr[0]) || in dnode_sync()
690 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == in dnode_sync()
693 BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
694 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == 1 << dnp->dn_indblkshift); in dnode_sync()
704 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
830 bzero(dnp->dn_blkptr + dnp->dn_nblkptr, in dnode_sync()
840 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[i])); in dnode_sync()