Searched refs:dmu_object_next (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 218 if (dmu_object_next(os, &object, B_TRUE, 0) != 0) { in dmu_object_alloc_impl() 391 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() function 519 EXPORT_SYMBOL(dmu_object_next);
|
| H A D | dmu_redact.c | 867 err = dmu_object_next(os, object, B_FALSE, 0); in hold_next_object() 876 err = dmu_object_next(os, object, B_FALSE, 0); in hold_next_object()
|
| H A D | dmu_traverse.c | 781 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) { in traverse_pool()
|
| H A D | dsl_destroy.c | 1252 error = dmu_object_next(os, &obj, FALSE, in dsl_destroy_head()
|
| H A D | dmu_recv.c | 2210 next_err = dmu_object_next(rwa->os, &obj, FALSE, 0)) { in receive_freeobjects() 3519 next_err = dmu_object_next(rwa->os, &obj, FALSE, 0); in dmu_recv_stream()
|
| H A D | dmu_objset.c | 2340 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in dmu_objset_space_upgrade()
|
| H A D | zfs_ioctl.c | 6828 error = dmu_object_next(os, &zc->zc_obj, B_FALSE, 0); in zfs_ioc_next_obj()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 489 int dmu_object_next(objset_t *os, uint64_t *objectp,
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4695 while ((dmu_object_next(os, &object, B_FALSE, 0) == 0) && in dump_objset() 4751 while ((error = dmu_object_next(os, &object, B_FALSE, 0)) == 0) { in dump_objset() 4804 while ((dmu_object_next(os, &object, B_FALSE, 0) == 0) && in dump_file_data_layout() 8886 while (dmu_object_next(mos, &object, B_FALSE, 0) == 0) { in dump_mos_leaks()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 6198 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in ztest_verify_dnode_bt()
|