Searched refs:dn_num_slots (Results 1 – 5 of 5) sorted by relevance
596 bzero(dn->dn_phys, sizeof (dnode_phys_t) * dn->dn_num_slots); in dnode_sync_free()605 dn->dn_num_slots = 1; in dnode_sync_free()676 dnp->dn_extra_slots = dn->dn_num_slots - 1; in dnode_sync()790 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
285 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dnode_verify()390 ASSERT3U(newsize, <=, DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_setbonuslen()470 dn->dn_num_slots = dnp->dn_extra_slots + 1; in dnode_create()632 dn->dn_num_slots = dn_slots; in dnode_allocate()728 dn->dn_num_slots = dn_slots; in dnode_reallocate()737 DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_reallocate()775 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()
2475 doi->doi_dnodesize = dn->dn_num_slots << DNODE_SHIFT; in dmu_object_info_from_dnode()2540 SPA_MINBLOCKSHIFT) + dn->dn_num_slots; in dmu_object_size_from_db()2552 *dnsize = dn->dn_num_slots << DNODE_SHIFT; in dmu_object_dnsize_from_db()
1113 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_read_impl()1272 int bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_fix_old_data()2326 int slots = DB_DNODE(db)->dn_num_slots; in dbuf_destroy()2539 db->db.db_size = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dbuf_create()3551 int slots = DB_DNODE(db)->dn_num_slots; in dbuf_sync_leaf()
288 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ member