Lines Matching defs:ident
771 struct regid *ident, char *dname)
775 if (memcmp(ident->ident, UDF_ID_COMPLIANT, strlen(UDF_ID_COMPLIANT))) {
779 if (ident->flags & ENTITYID_FLAGS_DIRTY) {
784 suffix = (struct domainIdentSuffix *)ident->identSuffix;
824 uint16_t ident;
831 bh = udf_read_ptagged(sb, fileset, 0, &ident);
834 if (ident != TAG_IDENT_FSD) {
859 uint16_t ident;
867 bh = udf_read_tagged(sb, block, block, &ident);
873 if (ident != TAG_IDENT_PVD) {
1038 if (strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR02) &&
1039 strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR03))
1236 uint16_t ident;
1239 bh = udf_read_tagged(sb, block, block, &ident);
1242 if (ident != TAG_IDENT_PD) {
1331 uint16_t ident;
1360 bh = udf_read_tagged(sb, loc, loc, &ident);
1365 if (ident != 0 ||
1366 strncmp(st->sparingIdent.ident, UDF_ID_SPARING,
1388 uint16_t ident;
1393 bh = udf_read_tagged(sb, block, block, &ident);
1396 BUG_ON(ident != TAG_IDENT_LVD);
1432 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL,
1448 } else if (!strncmp(upm2->partIdent.ident,
1455 } else if (!strncmp(upm2->partIdent.ident,
1498 udf_debug("Unknown ident: %s\n",
1499 upm2->partIdent.ident);
1542 uint16_t ident;
1552 loc.extLocation, &ident))) {
1553 if (ident != TAG_IDENT_LVID) {
1643 static struct udf_vds_record *get_volume_descriptor_record(uint16_t ident,
1646 switch (ident) {
1681 uint16_t ident;
1701 bh = udf_read_tagged(sb, block, block, &ident);
1708 switch (ident) {
1733 curr = get_volume_descriptor_record(ident, bh, &data);
1839 uint16_t ident;
1847 bh = udf_read_tagged(sb, block, block, &ident);
1850 if (ident != TAG_IDENT_AVDP) {
2431 uint16_t ident;
2436 bh = udf_read_ptagged(sb, &loc, 0, &ident);
2441 } else if (ident != TAG_IDENT_SBD) {