Searched defs:dmu_tx_count_write (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c229 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) function
446 dmu_tx_count_write(txh, off, len);
685 dmu_tx_count_write(txh, 0, dn->dn_datablksz);
689 dmu_tx_count_write(txh, off, 1);
692 dmu_tx_count_write(txh, off+len, 1);
766 dmu_tx_count_write(txh, 0, 2 << fzap_default_block_shift);

Completed in 48 milliseconds