Home
last modified time | relevance | path

Searched refs:DN_SLOTS_TO_BONUSLEN (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h999 #define DN_SLOTS_TO_BONUSLEN(slots) DN_BONUS_SIZE((slots) << DNODE_SHIFT) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
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()
2327 int bonuslen = DN_SLOTS_TO_BONUSLEN(slots); in dbuf_destroy()
2539 db->db.db_size = DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dbuf_create()
3545 DN_SLOTS_TO_BONUSLEN(dn->dn_phys->dn_extra_slots + 1)); in dbuf_sync_leaf()
3552 int bonuslen = DN_SLOTS_TO_BONUSLEN(slots); in dbuf_sync_leaf()
H A Ddmu_recv.c1149 DN_SLOTS_TO_BONUSLEN(drro->drr_dn_slots) < in receive_object()
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()
603 ASSERT3U(bonuslen, <=, DN_SLOTS_TO_BONUSLEN(dn_slots)); in dnode_allocate()
636 1 + ((DN_SLOTS_TO_BONUSLEN(dn_slots) - bonuslen) >> in dnode_allocate()
708 1 + ((DN_SLOTS_TO_BONUSLEN(dn_slots) - bonuslen) >> in dnode_reallocate()
736 DN_SLOTS_TO_BONUSLEN(dn->dn_num_slots) - in dnode_reallocate()
H A Ddnode_sync.c711 DN_SLOTS_TO_BONUSLEN(dnp->dn_extra_slots + 1)); in dnode_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h95 #define DN_SLOTS_TO_BONUSLEN(slots) DN_BONUS_SIZE((slots) << DNODE_SHIFT) macro