Lines Matching defs:ident

775 					struct regid *ident, char *dname)
779 if (memcmp(ident->ident, UDF_ID_COMPLIANT, strlen(UDF_ID_COMPLIANT))) {
783 if (ident->flags & ENTITYID_FLAGS_DIRTY) {
788 suffix = (struct domainIdentSuffix *)ident->identSuffix;
828 uint16_t ident;
835 bh = udf_read_ptagged(sb, fileset, 0, &ident);
838 if (ident != TAG_IDENT_FSD) {
863 uint16_t ident;
871 bh = udf_read_tagged(sb, block, block, &ident);
877 if (ident != TAG_IDENT_PVD) {
1042 if (strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR02) &&
1043 strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR03))
1242 uint16_t ident;
1245 bh = udf_read_tagged(sb, block, block, &ident);
1248 if (ident != TAG_IDENT_PD) {
1337 uint16_t ident;
1366 bh = udf_read_tagged(sb, loc, loc, &ident);
1371 if (ident != 0 ||
1372 strncmp(st->sparingIdent.ident, UDF_ID_SPARING,
1394 uint16_t ident;
1399 bh = udf_read_tagged(sb, block, block, &ident);
1402 BUG_ON(ident != TAG_IDENT_LVD);
1438 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL,
1454 } else if (!strncmp(upm2->partIdent.ident,
1461 } else if (!strncmp(upm2->partIdent.ident,
1504 udf_debug("Unknown ident: %s\n",
1505 upm2->partIdent.ident);
1548 uint16_t ident;
1558 loc.extLocation, &ident))) {
1559 if (ident != TAG_IDENT_LVID) {
1649 static struct udf_vds_record *get_volume_descriptor_record(uint16_t ident,
1652 switch (ident) {
1687 uint16_t ident;
1707 bh = udf_read_tagged(sb, block, block, &ident);
1714 switch (ident) {
1739 curr = get_volume_descriptor_record(ident, bh, &data);
1845 uint16_t ident;
1848 bh = udf_read_tagged(sb, block, block, &ident);
1851 if (ident != TAG_IDENT_AVDP) {
2391 uint16_t ident;
2396 bh = udf_read_ptagged(sb, &loc, 0, &ident);
2401 } else if (ident != TAG_IDENT_SBD) {