Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c375 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
1685 EXPORT_SYMBOL(dmu_tx_hold_write_by_dnode);
H A Dzfs_vnops.c876 dmu_tx_hold_write_by_dnode(tx, DB_DNODE(db), woff, nbytes); in zfs_write()
1236 dmu_tx_hold_write_by_dnode(tx, dn, off, n); in zfs_rewrite()
H A Ddmu_recv.c2256 dmu_tx_hold_write_by_dnode(tx, dn, first_drrw->drr_offset, in flush_write_batch_impl()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c678 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, size); in zvol_strategy_impl()
884 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_cdev_write()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h857 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c259 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_write()