Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c120 zfs_refcount_create(&txh->txh_space_towrite); in dmu_tx_hold_dnode_impl()
216 (void) zfs_refcount_add_many(&txh->txh_space_towrite, len, FTAG); in dmu_tx_count_write()
218 if (zfs_refcount_count(&txh->txh_space_towrite) > 2 * DMU_MAX_ACCESS) in dmu_tx_count_write()
283 (void) zfs_refcount_add_many(&txh->txh_space_towrite, DNODE_MIN_SIZE, in dmu_tx_count_dnode()
316 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_remap_l1indirect()
484 (void) zfs_refcount_add_many(&txh->txh_space_towrite, in dmu_tx_hold_zap_impl()
574 (void) zfs_refcount_add_many(&txh->txh_space_towrite, space, FTAG); in dmu_tx_hold_space()
932 towrite += zfs_refcount_count(&txh->txh_space_towrite); in dmu_tx_try_assign()
1107 zfs_refcount_destroy_many(&txh->txh_space_towrite, in dmu_tx_destroy()
1108 zfs_refcount_count(&txh->txh_space_towrite)); in dmu_tx_destroy()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h100 zfs_refcount_t txh_space_towrite; member