Searched refs:dmu_tx_hold_write_by_dnode (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 375 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 D | zfs_vnops.c | 876 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 D | dmu_recv.c | 2256 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 D | zvol_os.c | 678 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 D | dmu.h | 857 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 D | zvol_os.c | 259 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_write()
|