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.c71 * dmu_tx_hold_write()
349 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)len);
440 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)uio->uio_resid);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c750 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
755 dmu_tx_hold_write(tx, zfsvfs->z_fuid_obj, 0,
H A Dzfs_vnops.c849 dmu_tx_hold_write(tx, zp->z_id, woff, MIN(n, max_blksz));
1510 dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
1973 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
3091 dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
3094 dmu_tx_hold_write(tx, acl_obj, 0,
3098 dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
3873 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, MAX(1, len));
3879 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
4226 dmu_tx_hold_write(tx, zp->z_id, off, len);
H A Dzvol.c417 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, length);
705 dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes);
1297 dmu_tx_hold_write(tx, ZVOL_OBJ, off, size);
1464 dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes);
H A Dzfs_acl.c1977 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
1980 dmu_tx_hold_write(tx, acl_obj, 0, aclp->z_acl_bytes);
1983 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, aclp->z_acl_bytes);
H A Ddmu_send.c2202 dmu_tx_hold_write(tx, drrw->drr_object,
2280 dmu_tx_hold_write(tx, drrwbr->drr_object,
2317 dmu_tx_hold_write(tx, drrwe->drr_object,
H A Ddmu_tx.c433 dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len) function
H A Dzfs_znode.c1489 dmu_tx_hold_write(tx, zp->z_id, 0, newblksz);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h680 void dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1607 dmu_tx_hold_write(tx, lr->lr_foid, offset, length);
2148 dmu_tx_hold_write(tx, object, offset, size);
3647 dmu_tx_hold_write(tx, packobj, packoff, packsize);
3652 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
3931 dmu_tx_hold_write(tx, packobj, packoff, packsize);
3932 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
4502 dmu_tx_hold_write(tx, od[0].od_object, 0, sizeof (uint64_t));
5092 dmu_tx_hold_write(tx, object, 0, copies * blocksize);

Completed in 840 milliseconds