Searched refs:dmu_tx_count_write (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 216 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write() function 423 dmu_tx_count_write(txh, off, len); in dmu_tx_hold_write() 655 dmu_tx_count_write(txh, 0, dn->dn_datablksz); in dmu_tx_hold_free() 659 dmu_tx_count_write(txh, off, 1); in dmu_tx_hold_free() 662 dmu_tx_count_write(txh, off+len, 1); in dmu_tx_hold_free() 738 dmu_tx_count_write(txh, 0, 2 << fzap_default_block_shift); in dmu_tx_hold_zap()
|