Searched refs:dmu_tx_count_write (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | dmu_tx.c | 229 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write() function 446 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write() 686 dmu_tx_count_write(txh, 0, dn->dn_datablksz); in dmu_tx_hold_free() 690 dmu_tx_count_write(txh, off, 1); in dmu_tx_hold_free() 693 dmu_tx_count_write(txh, off+len, 1); in dmu_tx_hold_free() 767 dmu_tx_count_write(txh, 0, 2 << fzap_default_block_shift); in dmu_tx_hold_zap()
|