Symbol: dmu_tx_hold_write
usr/src/cmd/ztest/ztest.c
1844
dmu_tx_hold_write(tx, lr->lr_foid, offset, length);
usr/src/cmd/ztest/ztest.c
2391
dmu_tx_hold_write(tx, object, offset, size);
usr/src/cmd/ztest/ztest.c
4292
dmu_tx_hold_write(tx, packobj, packoff, packsize);
usr/src/cmd/ztest/ztest.c
4297
dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
usr/src/cmd/ztest/ztest.c
4578
dmu_tx_hold_write(tx, packobj, packoff, packsize);
usr/src/cmd/ztest/ztest.c
4579
dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
usr/src/cmd/ztest/ztest.c
5152
dmu_tx_hold_write(tx, od[0].od_object, 0, sizeof (uint64_t));
usr/src/cmd/ztest/ztest.c
5954
dmu_tx_hold_write(tx, object, 0, copies * blocksize);
usr/src/uts/common/fs/zfs/dmu_recv.c
1330
dmu_tx_hold_write(tx, object, 0, 0);
usr/src/uts/common/fs/zfs/dmu_recv.c
1532
dmu_tx_hold_write(tx, drrw->drr_object,
usr/src/uts/common/fs/zfs/dmu_recv.c
1622
dmu_tx_hold_write(tx, drrwbr->drr_object,
usr/src/uts/common/fs/zfs/dmu_recv.c
1670
dmu_tx_hold_write(tx, drrwe->drr_object,
usr/src/uts/common/fs/zfs/sys/dmu.h
780
void dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len);
usr/src/uts/common/fs/zfs/zfs_acl.c
2048
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
usr/src/uts/common/fs/zfs/zfs_acl.c
2051
dmu_tx_hold_write(tx, acl_obj, 0, aclp->z_acl_bytes);
usr/src/uts/common/fs/zfs/zfs_acl.c
2054
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, aclp->z_acl_bytes);
usr/src/uts/common/fs/zfs/zfs_fuid.c
839
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
usr/src/uts/common/fs/zfs/zfs_fuid.c
844
dmu_tx_hold_write(tx, zfsvfs->z_fuid_obj, 0,
usr/src/uts/common/fs/zfs/zfs_vnops.c
1040
dmu_tx_hold_write(tx, zp->z_id, woff, MIN(n, max_blksz));
usr/src/uts/common/fs/zfs/zfs_vnops.c
1718
dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
usr/src/uts/common/fs/zfs/zfs_vnops.c
2182
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
usr/src/uts/common/fs/zfs/zfs_vnops.c
3504
dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
usr/src/uts/common/fs/zfs/zfs_vnops.c
3507
dmu_tx_hold_write(tx, acl_obj, 0,
usr/src/uts/common/fs/zfs/zfs_vnops.c
3511
dmu_tx_hold_write(tx, DMU_NEW_OBJECT,
usr/src/uts/common/fs/zfs/zfs_vnops.c
4349
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, MAX(1, len));
usr/src/uts/common/fs/zfs/zfs_vnops.c
4355
dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
usr/src/uts/common/fs/zfs/zfs_vnops.c
4714
dmu_tx_hold_write(tx, zp->z_id, off, len);
usr/src/uts/common/fs/zfs/zfs_znode.c
1598
dmu_tx_hold_write(tx, zp->z_id, 0, newblksz);
usr/src/uts/common/fs/zfs/zvol.c
1253
dmu_tx_hold_write(tx, ZVOL_OBJ, off, size);
usr/src/uts/common/fs/zfs/zvol.c
425
dmu_tx_hold_write(tx, ZVOL_OBJ, offset, length);
usr/src/uts/common/fs/zfs/zvol.c
710
dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_zvol.c
352
dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)len);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_zvol.c
441
dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)uio->uio_resid);