Searched refs:dmu_tx_count_write (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 233 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write() function 368 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write() 384 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write_by_dnode() 464 dmu_tx_count_write(txh, 0, dn->dn_datablksz); in dmu_tx_count_free() 468 dmu_tx_count_write(txh, off, 1); in dmu_tx_count_free() 471 dmu_tx_count_write(txh, off + len, 1); in dmu_tx_count_free()
|