Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c206 txh->txh_space_towrite += space; in dmu_tx_count_twig()
355 txh->txh_space_towrite += end - start + 1; in dmu_tx_count_write()
370 txh->txh_space_towrite += (end - start + 1) << max_ibs; in dmu_tx_count_write()
376 txh->txh_space_towrite += 1ULL << max_ibs; in dmu_tx_count_write()
381 if (txh->txh_space_towrite + txh->txh_space_tooverwrite > in dmu_tx_count_write()
403 txh->txh_space_towrite += space; in dmu_tx_count_dnode()
766 txh->txh_space_towrite += MZAP_MAX_BLKSZ; in dmu_tx_hold_zap()
786 &txh->txh_space_towrite, &txh->txh_space_tooverwrite); in dmu_tx_hold_zap()
796 txh->txh_space_towrite += 3 << dn->dn_indblkshift; in dmu_tx_hold_zap()
823 txh->txh_space_towrite += space; in dmu_tx_hold_space()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h105 uint64_t txh_space_towrite; member