udf_set_regid
udf_set_regid((struct regid *) dfid->data, context.impl_name);
udf_set_regid(&pri->app_id, context.app_name);
udf_set_regid(&pri->imp_id, context.impl_name);
udf_set_regid(&pd->contents, "+NSR02");
udf_set_regid(&pd->contents, "+NSR03");
udf_set_regid(&pd->imp_id, context.impl_name);
udf_set_regid(&lvd->domain_id, "*OSTA UDF Compliant");
udf_set_regid(&lvd->imp_id, context.impl_name);
udf_set_regid(&pmap->pmv.id, "*UDF Virtual Partition");
udf_set_regid(&pmap->pmv.id, "*UDF Sparable Partition");
udf_set_regid(&spt->id, "*UDF Sparing Table");
udf_set_regid(&pmap->pmm.id, "*UDF Metadata Partition");
udf_set_regid(&ivd->impl_id, "*UDF LV Info");
udf_set_regid(&lvi->impl_id, context.impl_name);
udf_set_regid(&lvinfo->impl_id, context.impl_name);
udf_set_regid(&fsd->domain_id, "*OSTA UDF Compliant");
udf_set_regid((struct regid *) fid->data, context.impl_name);
udf_set_regid(&fe->imp_id, context.impl_name);
udf_set_regid(&efe->imp_id, context.impl_name);
udf_set_regid(&oldvat_tail->id, "*UDF Virtual Alloc Tbl");
udf_set_regid(&implext->imp_id, "*UDF VAT LVExtension");
extern void udf_set_regid(struct regid *regid, char const *name);
udf_set_regid(&ump->logvol_info->impl_id, IMPL_NAME);
udf_set_regid(&oldvat_tl->id, "*UDF Virtual Alloc Tbl");
udf_set_regid(regid, IMPL_NAME);
udf_set_regid(&fe->imp_id, IMPL_NAME);
udf_set_regid(&efe->imp_id, IMPL_NAME);
udf_set_regid((struct regid *) fid->data, IMPL_NAME);
udf_set_regid(impl_id, IMPL_NAME);
void udf_set_regid(struct regid *regid, char const *name);