Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode_sync.c599 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()
H A Ddnode.c280 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()
H A Ddmu.c2137 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()
H A Ddbuf.c1305 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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h310 uint8_t dn_num_slots; /* metadnode slots consumed on disk */ member