| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | bptree.c | 140 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx); in bptree_add() 246 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate() 268 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
|
| D | spa_history.c | 170 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); in spa_history_write() 175 dmu_write(mos, spa->spa_history, shpp->sh_pool_create_len, in spa_history_write()
|
| D | space_map.c | 302 dmu_write(os, space_map_object(sm), in space_map_write() 323 dmu_write(os, space_map_object(sm), sm->sm_phys->smp_objsize, in space_map_write()
|
| D | bpobj.c | 410 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj() 437 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
|
| D | zfs_fuid.c | 279 dmu_write(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0, in zfs_fuid_sync()
|
| D | dmu.c | 935 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, in dmu_write() function 1626 dmu_write(os, object, offset, blksz, buf->b_data, tx); in dmu_assign_arcbuf()
|
| D | zvol.c | 589 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write() 1981 dmu_write(os, ZVOL_OBJ, off, size, addr, tx); in zvol_strategy()
|
| D | zfs_acl.c | 1258 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
| D | zfs_vnops.c | 1304 dmu_write(zfsvfs->z_os, zp->z_id, woff, in zfs_write() 6154 dmu_write(zfsvfs->z_os, zp->z_id, off, len, va, tx); in zfs_putapage()
|
| D | metaslab.c | 2402 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) * in metaslab_sync()
|
| D | dmu_send.c | 2299 dmu_write(rwa->os, drrwbr->drr_object, in receive_write_byref()
|
| D | spa.c | 6410 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, tx); in spa_sync_nvlist()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | dmu.h | 736 void dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
|
| /netbsd/src/external/cddl/osnet/dist/cmd/ztest/ |
| D | ztest.c | 1658 dmu_write(os, lr->lr_foid, offset, length, data, tx); in ztest_replay_write() 3716 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write() 3735 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx); in ztest_dmu_read_write() 3965 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write_zcopy() 4543 dmu_write(os, od[0].od_object, 0, sizeof (uint64_t), &txg, tx); in ztest_dmu_commit_callbacks()
|