Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c135 zfs_refcount_create(&txh->txh_space_towrite); in dmu_tx_hold_dnode_impl()
231 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write()
295 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_dnode()
477 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl()
569 &txh->txh_space_towrite, space, FTAG); in dmu_tx_hold_space()
940 towrite += zfs_refcount_count(&txh->txh_space_towrite); in dmu_tx_try_assign()
1122 zfs_refcount_destroy_many(&txh->txh_space_towrite, in dmu_tx_destroy()
1123 zfs_refcount_count(&txh->txh_space_towrite)); in dmu_tx_destroy()
1270 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h100 zfs_refcount_t txh_space_towrite; member