Lines Matching defs:objset_id
5155 dump_backup(const char *pool, uint64_t objset_id, const char *flagstr)
5196 int err = dmu_send_obj(pool, objset_id, /* fromsnap */0, embed,
8687 name_from_objset_id(spa_t *spa, uint64_t objset_id, char *outstr)
8692 int error = dsl_dataset_hold_obj(spa->spa_dsl_pool, objset_id,
8696 (u_longlong_t)objset_id, strerror(error));
9217 int64_t objset_id = -1;
9584 objset_id = strtoull(objset_str, &endptr, 0);
9587 objset_id != 0) {
9593 objset_id = -1;
9717 objset_id == 0) {
9765 * dataset string, and we have an objset_id, retry the
9778 objset_id, dsname);
9785 if (objset_id > 0 && retry) {
9854 dump_backup(target, objset_id,