Home
last modified time | relevance | path

Searched refs:txh_space_tounref (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c208 txh->txh_space_tounref += bp_get_dsize(os->os_spa, bp); in dmu_tx_count_twig()
401 txh->txh_space_tounref += space; in dmu_tx_count_dnode()
405 txh->txh_space_tounref += space; in dmu_tx_count_dnode()
593 txh->txh_space_tounref += unref; in dmu_tx_count_free()
619 txh->txh_space_tofree = txh->txh_space_tounref = 1024 * 1024 * 1024; in dmu_tx_mark_netfree()
768 txh->txh_space_tounref += MZAP_MAX_BLKSZ; in dmu_tx_hold_zap()
1174 tounref += txh->txh_space_tounref; in dmu_tx_try_assign()
1569 txh->txh_space_tounref += SPA_OLD_MAXBLOCKSIZE; in dmu_tx_hold_spill()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h108 uint64_t txh_space_tounref; member