Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dosta_udf.h118 regid partIdent; member
129 regid partIdent; member
141 regid partIdent; member
Dsuper.c913 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL))) in udf_load_logicalvol()
915 if (le16_to_cpu(((uint16_t *)upm2->partIdent.identSuffix)[0]) == 0x0150) in udf_load_logicalvol()
920 else if (le16_to_cpu(((uint16_t *)upm2->partIdent.identSuffix)[0]) == 0x0200) in udf_load_logicalvol()
926 else if (!strncmp(upm2->partIdent.ident, UDF_ID_SPARABLE, strlen(UDF_ID_SPARABLE))) in udf_load_logicalvol()
955 udf_debug("Unknown ident: %s\n", upm2->partIdent.ident); in udf_load_logicalvol()