Home
last modified time | relevance | path

Searched refs:dmu_object_next (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c217 if (dmu_object_next(os, &object, B_TRUE, 0) != 0) { in dmu_object_alloc_impl()
390 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() function
518 EXPORT_SYMBOL(dmu_object_next);
H A Ddmu_redact.c868 err = dmu_object_next(os, object, B_FALSE, 0); in hold_next_object()
877 err = dmu_object_next(os, object, B_FALSE, 0); in hold_next_object()
H A Ddmu_traverse.c771 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) { in traverse_pool()
H A Ddsl_destroy.c1253 error = dmu_object_next(os, &obj, FALSE, in dsl_destroy_head()
H A Ddmu_recv.c2181 next_err = dmu_object_next(rwa->os, &obj, FALSE, 0)) { in receive_freeobjects()
3482 next_err = dmu_object_next(rwa->os, &obj, FALSE, 0); in dmu_recv_stream()
H A Ddmu_objset.c2434 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in dmu_objset_space_upgrade()
H A Dzfs_ioctl.c6410 error = dmu_object_next(os, &zc->zc_obj, B_FALSE, 0); in zfs_ioc_next_obj()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h465 int dmu_object_next(objset_t *os, uint64_t *objectp,
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4240 while ((dmu_object_next(os, &object, B_FALSE, 0) == 0) && in dump_objset()
4297 while ((error = dmu_object_next(os, &object, B_FALSE, 0)) == 0) { in dump_objset()
8298 while (dmu_object_next(mos, &object, B_FALSE, 0) == 0) { in dump_mos_leaks()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6193 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in ztest_verify_dnode_bt()