Searched refs:partIdent (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dosta_udf.h119 regid partIdent; member in struct:udfPartitionMap2
130 regid partIdent; member in struct:virtualPartitionMap
142 regid partIdent; member in struct:sparablePartitionMap
158 regid partIdent; member in struct:metadataPartitionMap
H A Dsuper.c1051 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)))
1053 if (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0150)
1058 else if (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0200)
1064 else if (!strncmp(upm2->partIdent.ident, UDF_ID_SPARABLE, strlen(UDF_ID_SPARABLE)))
1093 udf_debug("Unknown ident: %s\n", upm2->partIdent.ident);

Completed in 104 milliseconds