Searched refs:dmu_object_next (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 82 if (dmu_object_next(os, &object, B_TRUE, 0) == 0) in dmu_object_alloc() 163 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() function
|
H A D | dmu_traverse.c | 670 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) { in traverse_pool()
|
H A D | dsl_destroy.c | 945 error = dmu_object_next(os, &obj, FALSE, in dsl_destroy_head()
|
H A D | dmu_objset.c | 1479 for (obj = 0; err == 0; err = dmu_object_next(os, &obj, FALSE, 0)) { in dmu_objset_userspace_upgrade()
|
H A D | dmu_send.c | 2018 (void) dmu_object_next(rwa->os, &obj, FALSE, 0)) { in receive_freeobjects()
|
H A D | zfs_ioctl.c | 4940 error = dmu_object_next(os, &zc->zc_obj, B_FALSE, in zfs_ioc_next_obj()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 373 int dmu_object_next(objset_t *os, uint64_t *objectp,
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 1992 while ((error = dmu_object_next(os, &object, B_FALSE, 0)) == 0) { in dump_dir()
|