Home
last modified time | relevance | path

Searched refs:dmu_tx_hold_write_by_dnode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h781 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c322 dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off, int len) in dmu_tx_hold_write_by_dnode() function
H A Dzvol.c1427 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_write()