Home
last modified time | relevance | path

Searched refs:dmu_tx_hold_write (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c352 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)len); in sbd_zvol_rele_write_bufs()
441 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)uio->uio_resid); in sbd_zvol_copy_write()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c779 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, in zfs_fuid_txhold()
784 dmu_tx_hold_write(tx, zfsvfs->z_fuid_obj, 0, in zfs_fuid_txhold()
H A Dzfs_vnops.c1031 dmu_tx_hold_write(tx, zp->z_id, woff, MIN(n, max_blksz)); in zfs_write()
1710 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, in zfs_create()
2174 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, in zfs_mkdir()
3474 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, in zfs_setattr()
3477 dmu_tx_hold_write(tx, acl_obj, 0, in zfs_setattr()
3481 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, in zfs_setattr()
4319 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, MAX(1, len)); in zfs_symlink()
4325 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, in zfs_symlink()
4684 dmu_tx_hold_write(tx, zp->z_id, off, len); in zfs_putapage()
H A Dzvol.c425 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, length); in zvol_replay_write()
710 dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes); in zvol_prealloc()
1253 dmu_tx_hold_write(tx, ZVOL_OBJ, off, size); in zvol_strategy()
H A Ddmu_recv.c1330 dmu_tx_hold_write(tx, object, 0, 0); in receive_object()
1532 dmu_tx_hold_write(tx, drrw->drr_object, in receive_write()
1622 dmu_tx_hold_write(tx, drrwbr->drr_object, in receive_write_byref()
1670 dmu_tx_hold_write(tx, drrwe->drr_object, in receive_write_embedded()
H A Dzfs_acl.c2048 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, in zfs_setacl()
2051 dmu_tx_hold_write(tx, acl_obj, 0, aclp->z_acl_bytes); in zfs_setacl()
2054 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, aclp->z_acl_bytes); in zfs_setacl()
H A Ddmu_tx.c288 dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len) in dmu_tx_hold_write() function
H A Dzfs_znode.c1598 dmu_tx_hold_write(tx, zp->z_id, 0, newblksz); in zfs_extend()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1844 dmu_tx_hold_write(tx, lr->lr_foid, offset, length); in ztest_replay_write()
2391 dmu_tx_hold_write(tx, object, offset, size); in ztest_prealloc()
4292 dmu_tx_hold_write(tx, packobj, packoff, packsize); in ztest_dmu_read_write()
4297 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4578 dmu_tx_hold_write(tx, packobj, packoff, packsize); in ztest_dmu_read_write_zcopy()
4579 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write_zcopy()
5152 dmu_tx_hold_write(tx, od[0].od_object, 0, sizeof (uint64_t)); in ztest_dmu_commit_callbacks()
5954 dmu_tx_hold_write(tx, object, 0, copies * blocksize); in ztest_ddt_repair()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h780 void dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len);