Lines Matching refs:dn_blkptr
85 memcpy(db->db.db_data, dn->dn_phys->dn_blkptr, in dnode_increase_indirection()
103 &dn->dn_phys->dn_blkptr[child->db_blkid]); in dnode_increase_indirection()
122 memset(dn->dn_phys->dn_blkptr, 0, sizeof (blkptr_t) * nblkptr); in dnode_increase_indirection()
374 blkptr_t *bp = dn->dn_phys->dn_blkptr; in dnode_sync_free_range_impl()
579 ASSERT(BP_IS_HOLE(dn->dn_phys->dn_blkptr)); in dnode_sync_free()
695 BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
696 BP_IS_EMBEDDED(&dnp->dn_blkptr[0]) || in dnode_sync()
697 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == in dnode_sync()
700 BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
701 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == 1 << dnp->dn_indblkshift); in dnode_sync()
711 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[0]) || in dnode_sync()
837 memset(dnp->dn_blkptr + dnp->dn_nblkptr, 0, in dnode_sync()
847 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[i])); in dnode_sync()