/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bptree.c | 139 dmu_write(os, obj, bt->bt_end * sizeof (*bte), sizeof (*bte), bte, tx); in bptree_add() 248 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate() 270 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
|
H A D | vdev_indirect_mapping.c | 458 dmu_write(vim->vim_objset, vim->vim_object, in vdev_indirect_mapping_add_entries() 463 dmu_write(vim->vim_objset, in vdev_indirect_mapping_add_entries()
|
H A D | spa_history.c | 171 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 D | vdev_indirect_births.c | 148 dmu_write(vib->vib_objset, vib->vib_object, old_size, sizeof (vibe), in vdev_indirect_births_add_entry()
|
H A D | bpobj.c | 752 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj() 776 dmu_write(bpo->bpo_os, bpo->bpo_object, in bpobj_enqueue_subobj() 794 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
|
H A D | dmu_redact.c | 544 dmu_write(mos, rl->rl_object, in redaction_list_update_sync() 553 dmu_write(mos, rl->rl_object, rl->rl_phys->rlp_num_entries * in redaction_list_update_sync()
|
H A D | zfs_fuid.c | 272 dmu_write(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0, in zfs_fuid_sync()
|
H A D | dmu.c | 1295 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, in dmu_write() function 1827 dmu_write(os, object, offset, blksz, buf->b_data, tx); in dmu_assign_arcbuf_by_dnode() 2909 EXPORT_SYMBOL(dmu_write);
|
H A D | space_map.c | 538 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
|
H A D | brt.c | 795 dmu_write(spa->spa_meta_objset, brtvd->bv_mos_brtvdev, 0, in brt_vdev_sync()
|
H A D | zvol.c | 512 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write()
|
H A D | metaslab.c | 3794 dmu_write(spa->spa_meta_objset, in metaslab_condense() 4119 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) * in metaslab_sync() 6217 dmu_write(spa_meta_objset(spa), object, entry_offset, entry_size, in metaslab_update_ondisk_flush_data()
|
H A D | spa.c | 9360 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, tx);
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 884 void dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 2306 dmu_write(os, lr->lr_foid, offset, length, data, tx); in ztest_replay_write() 5244 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write() 5259 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx); in ztest_dmu_read_write() 5514 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write_zcopy() 6120 dmu_write(os, od->od_object, 0, sizeof (uint64_t), &txg, tx); in ztest_dmu_commit_callbacks()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 763 dmu_write(os, ZVOL_OBJ, off, size, addr, tx); in zvol_geom_bio_strategy()
|
H A D | zfs_acl.c | 1263 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
H A D | zfs_vnops_os.c | 4176 dmu_write(zfsvfs->z_os, zp->z_id, off, tocopy, va, tx); in zfs_putpages()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 1448 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
H A D | zfs_vnops_os.c | 3874 dmu_write(zfsvfs->z_os, zp->z_id, pgoff, pglen, va, tx); in zfs_putpage()
|