Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h101 zfs_refcount_t txh_memory_tohold; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c121 zfs_refcount_create(&txh->txh_memory_tohold); in dmu_tx_hold_dnode_impl()
423 (void) zfs_refcount_add_many(&txh->txh_memory_tohold, in dmu_tx_hold_free_impl()
933 tohold += zfs_refcount_count(&txh->txh_memory_tohold); in dmu_tx_try_assign()
1109 zfs_refcount_destroy_many(&txh->txh_memory_tohold, in dmu_tx_destroy()
1110 zfs_refcount_count(&txh->txh_memory_tohold)); in dmu_tx_destroy()