Searched refs:dmu_object_info (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c61 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi));
103 err = dmu_object_info(os, object, &doi);
212 err = dmu_object_info(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, &doi);
353 VERIFY3U(0, ==, dmu_object_info(bpo->bpo_os, subsubobjs, &doi));
H A Ddsl_deadlist.c137 VERIFY3U(0, ==, dmu_object_info(os, dlobj, &doi));
403 VERIFY3U(0, ==, dmu_object_info(dl->dl_os, obj, &doi));
H A Ddmu_send.c1039 err = dmu_object_info(os, drro->drr_object, NULL);
1118 if (dmu_object_info(os, obj, NULL) != 0)
1144 if (dmu_object_info(os, drrw->drr_object, NULL) != 0)
1238 if (dmu_object_info(os, drrs->drr_object, NULL) != 0)
1283 if (dmu_object_info(os, drrf->drr_object, NULL) != 0)
H A Dzfs_replay.c318 error = dmu_object_info(zfsvfs->z_os, lr->lr_foid, NULL);
445 error = dmu_object_info(zfsvfs->z_os, lr->lr_foid, NULL);
H A Dzvol.c198 error = dmu_object_info(os, ZVOL_OBJ, &doi);
511 error = dmu_object_info(os, ZVOL_OBJ, &doi);
735 if ((error = dmu_object_info(os, ZVOL_OBJ, &doi)) != 0 ||
H A Ddmu_traverse.c447 err = dmu_object_info(mos, obj, &doi);
H A Dzfs_dir.c485 error = dmu_object_info(zfsvfs->z_os,
H A Dddt.c225 return (dmu_object_info(ddt->ddt_os, ddt->ddt_object[type][class],
H A Ddmu.c1644 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) function
H A Dzil.c1857 error = dmu_object_info(zilog->zl_os,
H A Ddsl_dataset.c2932 err = dmu_object_info(dp->dp_meta_objset,
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h543 typedef struct dmu_object_info { struct
576 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi);
/opensolaris-onvv-gate/usr/src/cmd/ztest/
H A Dztest.c1313 VERIFY3U(0, ==, dmu_object_info(os, object, &doi));
1951 VERIFY(dmu_object_info(zd->zd_os, object, &doi) == 0);
2855 error = dmu_object_info(os, ZTEST_DIROBJ, &doi);
3498 VERIFY(dmu_object_info(os, bigobj, &doi) == 0);
5168 error = dmu_object_info(spa->spa_meta_objset,

Completed in 306 milliseconds