Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c192 if (dmu_object_next(os, &object, B_TRUE, 0) != 0) { in dmu_object_alloc_impl()
350 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() function
H A Ddmu_traverse.c708 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) { in traverse_pool()
H A Ddsl_destroy.c1048 error = dmu_object_next(os, &obj, FALSE, in dsl_destroy_head()
H A Ddmu_objset.c1378 while ((error = dmu_object_next(os, &object, B_FALSE, 0)) == 0) { in dmu_objset_remap_indirects_impl()
2307 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in dmu_objset_space_upgrade()
H A Ddmu_recv.c1475 next_err = dmu_object_next(rwa->os, &obj, FALSE, 0)) { in receive_freeobjects()
2592 next_err = dmu_object_next(rwa.os, &obj, FALSE, 0); in dmu_recv_stream()
H A Dzfs_ioctl.c5832 error = dmu_object_next(os, &zc->zc_obj, B_FALSE, in zfs_ioc_next_obj()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h457 int dmu_object_next(objset_t *os, uint64_t *objectp,
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2530 while ((error = dmu_object_next(os, &object, B_FALSE, 0)) == 0) { in dump_dir()
5621 while (dmu_object_next(mos, &object, B_FALSE, 0) == 0) { in dump_mos_leaks()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5268 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in ztest_verify_dnode_bt()