Searched refs:dn_num_slots (Results 1 – 5 of 5) sorted by relevance
599 bzero(dn->dn_phys, sizeof (dnode_phys_t) * dn->dn_num_slots); in dnode_sync_free()608 dn->dn_num_slots = 1; in dnode_sync_free()679 dnp->dn_extra_slots = dn->dn_num_slots - 1; in dnode_sync()793 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
280 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dnode_verify()392 ASSERT3U(newsize, <=, DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_setbonuslen()477 dn->dn_num_slots = dnp->dn_extra_slots + 1; in dnode_create()634 dn->dn_num_slots = dn_slots; in dnode_allocate()730 dn->dn_num_slots = dn_slots; in dnode_reallocate()739 DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_reallocate()777 ndn->dn_num_slots = odn->dn_num_slots; in dnode_move_impl()1154 int slots = dn->dn_num_slots - 1; in dnode_free_interior_slots()
2137 doi->doi_dnodesize = dn->dn_num_slots << DNODE_SHIFT; in __dmu_object_info_from_dnode()2210 SPA_MINBLOCKSHIFT) + dn->dn_num_slots; in dmu_object_size_from_db()2222 *dnsize = dn->dn_num_slots << DNODE_SHIFT; in dmu_object_dnsize_from_db()
1305 max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_read_bonus()1573 int bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_fix_old_data()2328 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_undirty_bonus()2743 int slots = DB_DNODE(db)->dn_num_slots; in dbuf_destroy()2973 db->db.db_size = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dbuf_create()4034 uint16_t maxbonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_sync_leaf_verify_bonus_dnode()
310 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ member