Searched refs:dmu_tx_hold_write_by_dnode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 371 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 1560 EXPORT_SYMBOL(dmu_tx_hold_write_by_dnode);
|
| H A D | zfs_vnops.c | 625 dmu_tx_hold_write_by_dnode(tx, DB_DNODE(db), woff, nbytes); in zfs_write()
|
| H A D | dmu_recv.c | 2187 dmu_tx_hold_write_by_dnode(tx, dn, first_drrw->drr_offset, in flush_write_batch_impl()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 752 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, size); in zvol_geom_bio_strategy() 899 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_cdev_write()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 786 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zvol_os.c | 302 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_write()
|