Home
last modified time | relevance | path

Searched refs:DN_ZERO_BONUSLEN (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1004 #define DN_ZERO_BONUSLEN (DN_BONUS_SIZE(DNODE_MAX_SIZE) + 1) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c393 dn->dn_next_bonuslen[tx->tx_txg & TXG_MASK] = DN_ZERO_BONUSLEN; in dnode_setbonuslen()
H A Ddnode_sync.c706 if (dn->dn_next_bonuslen[txgoff] == DN_ZERO_BONUSLEN) in dnode_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h99 #define DN_ZERO_BONUSLEN (DN_BONUS_SIZE(DNODE_MAX_SIZE) + 1) macro