Home
last modified time | relevance | path

Searched refs:dmu_object_info (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbpobj.c113 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); in bpobj_free()
155 err = dmu_object_info(os, object, &doi); in bpobj_open()
681 ASSERT0(dmu_object_info(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
693 VERIFY0(dmu_object_info(bpo->bpo_os, subsubobjs, &doi)); in bpobj_enqueue_subobj()
705 VERIFY3U(0, ==, dmu_object_info(bpo->bpo_os, subobj, &doi)); in bpobj_enqueue_subobj()
H A Ddmu_recv.c1619 err = dmu_object_info(rwa->os, drro->drr_object, &doi); in receive_object()
1648 if (dmu_object_info(rwa->os, drro->drr_object, NULL) != ENOENT) in receive_object()
1672 err = dmu_object_info(rwa->os, slot, &slot_doi); in receive_object()
1842 err = dmu_object_info(rwa->os, obj, &doi); in receive_freeobjects()
2156 if (dmu_object_info(rwa->os, drrs->drr_object, NULL) != 0) in receive_spill()
2236 if (dmu_object_info(rwa->os, drrf->drr_object, NULL) != 0) in receive_free()
2486 err = dmu_object_info(drc->drc_os, drro->drr_object, &doi); in receive_read_record()
H A Ddmu_object.c412 error = dmu_object_info(os, i, &doi); in dmu_object_next()
H A Ddsl_deadlist.c387 VERIFY0(dmu_object_info(os, dlobj, &doi)); in dsl_deadlist_free()
835 VERIFY0(dmu_object_info(dl->dl_os, obj, &doi)); in dsl_deadlist_merge()
H A Dvdev_indirect_mapping.c346 VERIFY0(dmu_object_info(os, mapping_object, &doi)); in vdev_indirect_mapping_open()
H A Dzcp_get.c380 error = dmu_object_info(os, ZVOL_OBJ, &doi); in get_special_prop()
H A Dzvol.c242 error = dmu_object_info(os, ZVOL_OBJ, doi); in zvol_get_stats()
348 if ((error = dmu_object_info(os, ZVOL_OBJ, doi)) || in zvol_set_volsize()
H A Ddmu_traverse.c741 err = dmu_object_info(mos, obj, &doi); in traverse_pool()
H A Dspace_map.c934 VERIFY0(dmu_object_info(os, smobj, &doi)); in space_map_free_obj()
H A Ddmu.c2166 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) in dmu_object_info() function
2314 EXPORT_SYMBOL(dmu_object_info);
H A Ddmu_redact.c195 VERIFY0(dmu_object_info(os, MASTER_NODE_OBJ, &doi)); in zfs_get_deleteq()
H A Dddt.c242 return (dmu_object_info(ddt->ddt_os, ddt->ddt_object[type][class], in ddt_object_info()
H A Dvdev_removal.c331 VERIFY0(dmu_object_info(mos, DMU_POOL_DIRECTORY_OBJECT, &doi)); in vdev_remove_initiate_sync()
H A Dzil.c3526 error = dmu_object_info(zilog->zl_os, in zil_replay_log_record()
H A Ddmu_send.c2153 err = dmu_object_info(os, obj, &to_doi); in setup_resume_points()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h876 typedef struct dmu_object_info { struct
919 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c311 error = dmu_object_info(zfsvfs->z_os, in zfs_unlinked_drain()
H A Dzvol_os.c1307 error = dmu_object_info(os, ZVOL_OBJ, doi); in zvol_create_minor_impl()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c899 error = dmu_object_info(os, ZVOL_OBJ, doi); in zvol_os_create_minor()
H A Dzfs_dir.c497 error = dmu_object_info(zfsvfs->z_os, in zfs_unlinked_drain_task()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1053 VERIFY0(dmu_object_info(os, object, &doi)); in dump_uint64()
1225 VERIFY0(dmu_object_info(os, object, &doi)); in dump_bpobj_subobjs()
1406 VERIFY0(dmu_object_info(vd->vdev_spa->spa_meta_objset, in get_obsolete_refcount()
1429 VERIFY0(dmu_object_info(spa->spa_meta_objset, prev_obj, &doi)); in get_prev_obsolete_spacemap_refcount()
2706 VERIFY0(dmu_object_info(mos, prop.zbm_redaction_obj, &doi)); in dump_bookmark()
3350 error = dmu_object_info(os, object, &doi); in dump_object()
7316 dmu_object_info(mos, object, &doi); in dump_mos_leaks()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1957 VERIFY3U(0, ==, dmu_object_info(os, object, &doi)); in ztest_replay_remove()
2615 VERIFY(dmu_object_info(zd->zd_os, object, &doi) == 0); in ztest_io()
4120 error = dmu_object_info(os, ZTEST_DIROBJ, &doi); in ztest_objset_destroy_cb()
4869 VERIFY(dmu_object_info(os, bigobj, &doi) == 0); in ztest_dmu_read_write_zcopy()
7284 error = dmu_object_info(spa->spa_meta_objset, in ztest_run()