Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddmu_tx.c135 refcount_create(&txh->txh_space_tounref); in dmu_tx_hold_object_impl()
219 (void) refcount_add_many(&txh->txh_space_tounref, in dmu_tx_count_twig()
422 (void) refcount_add_many(&txh->txh_space_tounref, space, FTAG); in dmu_tx_count_dnode()
426 (void) refcount_add_many(&txh->txh_space_tounref, in dmu_tx_count_dnode()
620 (void) refcount_add_many(&txh->txh_space_tounref, unref, FTAG); in dmu_tx_count_free()
648 (void) refcount_add_many(&txh->txh_space_tounref, in dmu_tx_mark_netfree()
800 (void) refcount_add_many(&txh->txh_space_tounref, in dmu_tx_hold_zap()
1237 tounref += refcount_count(&txh->txh_space_tounref); in dmu_tx_try_assign()
1459 refcount_destroy_many(&txh->txh_space_tounref, in dmu_tx_destroy()
1460 refcount_count(&txh->txh_space_tounref)); in dmu_tx_destroy()
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Ddmu_tx.h107 refcount_t txh_space_tounref; member