Home
last modified time | relevance | path

Searched refs:dmu_write (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbptree.c140 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx); in bptree_add()
247 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
269 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
H A Dvdev_indirect_mapping.c452 dmu_write(vim->vim_objset, vim->vim_object, in vdev_indirect_mapping_add_entries()
457 dmu_write(vim->vim_objset, in vdev_indirect_mapping_add_entries()
H A Dvdev_indirect_births.c144 dmu_write(vib->vib_objset, vib->vib_object, old_size, sizeof (vibe), in vdev_indirect_births_add_entry()
H A Dspa_history.c171 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); in spa_history_write()
176 dmu_write(mos, spa->spa_history, shpp->sh_pool_create_len, in spa_history_write()
H A Dbpobj.c420 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
447 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
H A Dzfs_fuid.c275 dmu_write(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0, in zfs_fuid_sync()
H A Dzvol.c430 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write()
1258 dmu_write(os, ZVOL_OBJ, off, size, addr, tx); in zvol_strategy()
H A Dspace_map.c514 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
H A Ddmu.c1102 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, in dmu_write() function
1793 dmu_write(os, object, offset, blksz, buf->b_data, tx); in dmu_assign_arcbuf_by_dnode()
H A Dmetaslab.c3592 dmu_write(spa->spa_meta_objset, in metaslab_condense()
3890 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) * in metaslab_sync()
6019 dmu_write(spa_meta_objset(spa), object, entry_offset, entry_size, in metaslab_update_ondisk_flush_data()
H A Dzfs_vnops.c1094 dmu_write(zfsvfs->z_os, zp->z_id, woff, in zfs_write()
4697 dmu_write(zfsvfs->z_os, zp->z_id, off, len, va, tx); in zfs_putapage()
H A Dzfs_acl.c1299 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
H A Ddmu_recv.c1634 dmu_write(rwa->os, drrwbr->drr_object, in receive_write_byref()
H A Dspa.c7873 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, tx);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h845 void dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1901 dmu_write(os, lr->lr_foid, offset, length, data, tx); in ztest_replay_write()
4369 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write()
4388 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx); in ztest_dmu_read_write()
4621 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write_zcopy()
5202 dmu_write(os, od[0].od_object, 0, sizeof (uint64_t), &txg, tx); in ztest_dmu_commit_callbacks()