Searched refs:dmu_tx_count_write (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 223 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write() function 311 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write() 327 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write_by_dnode() 375 dmu_tx_count_write(txh, 0, dn->dn_datablksz); in dmu_tx_hold_free_impl() 379 dmu_tx_count_write(txh, off, 1); in dmu_tx_hold_free_impl() 382 dmu_tx_count_write(txh, off + len, 1); in dmu_tx_hold_free_impl()
|