Searched refs:txh_space_towrite (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 138 zfs_refcount_create(&txh->txh_space_towrite); in dmu_tx_hold_dnode_impl() 240 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write() 310 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_append() 351 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_dnode() 594 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl() 686 &txh->txh_space_towrite, space, FTAG); in dmu_tx_hold_space() 1111 towrite += zfs_refcount_count(&txh->txh_space_towrite); in dmu_tx_try_assign() 1309 zfs_refcount_destroy_many(&txh->txh_space_towrite, in dmu_tx_destroy() 1310 zfs_refcount_count(&txh->txh_space_towrite)); in dmu_tx_destroy() 1463 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_spill()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_tx.h | 103 zfs_refcount_t txh_space_towrite; member
|