Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c207 txh->txh_space_towrite += space; in dmu_tx_count_twig()
356 txh->txh_space_towrite += end - start + 1; in dmu_tx_count_write()
371 txh->txh_space_towrite += (end - start + 1) << max_ibs; in dmu_tx_count_write()
377 txh->txh_space_towrite += 1ULL << max_ibs; in dmu_tx_count_write()
382 if (txh->txh_space_towrite + txh->txh_space_tooverwrite > in dmu_tx_count_write()
404 txh->txh_space_towrite += space; in dmu_tx_count_dnode()
767 txh->txh_space_towrite += MZAP_MAX_BLKSZ; in dmu_tx_hold_zap()
787 &txh->txh_space_towrite, &txh->txh_space_tooverwrite); in dmu_tx_hold_zap()
797 txh->txh_space_towrite += 3 << dn->dn_indblkshift; in dmu_tx_hold_zap()
824 txh->txh_space_towrite += space; in dmu_tx_hold_space()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h105 uint64_t txh_space_towrite; member