Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c317 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
1383 EXPORT_SYMBOL(dmu_tx_hold_write_by_dnode);
H A Dzfs_vnops.c485 dmu_tx_hold_write_by_dnode(tx, DB_DNODE(db), woff, in zfs_write()
H A Ddmu_recv.c1881 dmu_tx_hold_write_by_dnode(tx, dn, first_drrw->drr_offset, in flush_write_batch_impl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c687 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, size); in zvol_geom_bio_strategy()
822 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_cdev_write()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h775 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c133 dmu_tx_hold_write_by_dnode(tx, zv->zv_dn, off, bytes); in zvol_write()