Home
last modified time | relevance | path

Searched refs:dn_num_slots (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c596 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()
H A Ddnode.c284 int max_bonuslen = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots); in dnode_verify()
389 ASSERT3U(newsize, <=, DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_setbonuslen()
469 dn->dn_num_slots = dnp->dn_extra_slots + 1; in dnode_create()
631 dn->dn_num_slots = dn_slots; in dnode_allocate()
727 dn->dn_num_slots = dn_slots; in dnode_reallocate()
736 DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_reallocate()
774 ndn->dn_num_slots = odn->dn_num_slots; in dnode_move_impl()
1151 int slots = dn->dn_num_slots - 1; in dnode_free_interior_slots()
H A Ddmu.c2475 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()
H A Ddbuf.c1113 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()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h288 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ member