| /f-stack/freebsd/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 | 456 dmu_write(vim->vim_objset, vim->vim_object, in vdev_indirect_mapping_add_entries() 461 dmu_write(vim->vim_objset, in vdev_indirect_mapping_add_entries()
|
| H A D | vdev_indirect_births.c | 146 dmu_write(vib->vib_objset, vib->vib_object, old_size, sizeof (vibe), in vdev_indirect_births_add_entry()
|
| 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 | bpobj.c | 728 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj() 752 dmu_write(bpo->bpo_os, bpo->bpo_object, in bpobj_enqueue_subobj() 770 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
|
| H A D | dmu_redact.c | 541 dmu_write(mos, rl->rl_object, in redaction_list_update_sync() 550 dmu_write(mos, rl->rl_object, rl->rl_phys->rlp_num_entries * in redaction_list_update_sync()
|
| H A D | dmu.c | 1087 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, in dmu_write() function 1464 dmu_write(os, object, offset, blksz, buf->b_data, tx); in dmu_assign_arcbuf_by_dnode() 2311 EXPORT_SYMBOL(dmu_write);
|
| H A D | zfs_fuid.c | 272 dmu_write(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0, in zfs_fuid_sync()
|
| H A D | space_map.c | 535 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
|
| H A D | zvol.c | 515 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write()
|
| H A D | metaslab.c | 3656 dmu_write(spa->spa_meta_objset, in metaslab_condense() 3954 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) * in metaslab_sync() 6165 dmu_write(spa_meta_objset(spa), object, entry_offset, entry_size, in metaslab_update_ondisk_flush_data()
|
| H A D | spa.c | 8366 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, tx);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 843 void dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 2097 dmu_write(os, lr->lr_foid, offset, length, data, tx); in ztest_replay_write() 4710 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write() 4729 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx); in ztest_dmu_read_write() 4973 dmu_write(os, packobj, packoff, packsize, packbuf, tx); in ztest_dmu_read_write_zcopy() 5579 dmu_write(os, od->od_object, 0, sizeof (uint64_t), &txg, tx); in ztest_dmu_commit_callbacks()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 692 dmu_write(os, ZVOL_OBJ, off, size, addr, tx); in zvol_geom_bio_strategy()
|
| H A D | zfs_acl.c | 1259 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
| H A D | zfs_vnops_os.c | 4240 dmu_write(zfsvfs->z_os, zp->z_id, off, tocopy, va, tx); in zfs_putpages()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1429 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
| H A D | zfs_vnops_os.c | 3586 dmu_write(zfsvfs->z_os, zp->z_id, pgoff, pglen, va, tx); in zfs_putpage()
|