Searched refs:dn_num_slots (Results 1 – 5 of 5) sorted by relevance
598 memset(dn->dn_phys, 0, sizeof (dnode_phys_t) * dn->dn_num_slots); in dnode_sync_free()607 dn->dn_num_slots = 1; in dnode_sync_free()742 dnp->dn_extra_slots = dn->dn_num_slots - 1; in dnode_sync()832 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
424 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dnode_verify()527 ASSERT3U(newsize, <=, DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_setbonuslen()623 dn->dn_num_slots = dnp->dn_extra_slots + 1; in dnode_create()784 dn->dn_num_slots = dn_slots; in dnode_allocate()878 dn->dn_num_slots = dn_slots; in dnode_reallocate()887 DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_reallocate()922 ndn->dn_num_slots = odn->dn_num_slots; in dnode_move_impl()1309 int slots = dn->dn_num_slots - 1; in dnode_free_interior_slots()
2860 doi->doi_dnodesize = dn->dn_num_slots << DNODE_SHIFT; in __dmu_object_info_from_dnode()2933 SPA_MINBLOCKSHIFT) + dn->dn_num_slots; in dmu_object_size_from_db()2943 *dnsize = DB_DNODE(db)->dn_num_slots << DNODE_SHIFT; in dmu_object_dnsize_from_db()
1431 max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_read_bonus()1711 int bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_fix_old_data()2588 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_undirty_bonus()3298 int slots = DB_DNODE(db)->dn_num_slots; in dbuf_destroy()3536 db->db.db_size = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dbuf_create()4632 uint16_t maxbonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dbuf_sync_leaf_verify_bonus_dnode()
314 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ member