Searched refs:lvidiu (Results 1 – 1 of 1) sorted by relevance
2086 struct logicalVolIntegrityDescImpUse *lvidiu; in udf_open_lvid() local2091 lvidiu = udf_sb_lvidiu(sb); in udf_open_lvid()2092 if (!lvidiu) in udf_open_lvid()2096 lvidiu->impIdent.identSuffix[0] = UDF_OS_CLASS_UNIX; in udf_open_lvid()2097 lvidiu->impIdent.identSuffix[1] = UDF_OS_ID_LINUX; in udf_open_lvid()2116 struct logicalVolIntegrityDescImpUse *lvidiu; in udf_close_lvid() local2121 lvidiu = udf_sb_lvidiu(sb); in udf_close_lvid()2122 if (!lvidiu) in udf_close_lvid()2126 lvidiu->impIdent.identSuffix[0] = UDF_OS_CLASS_UNIX; in udf_close_lvid()2127 lvidiu->impIdent.identSuffix[1] = UDF_OS_ID_LINUX; in udf_close_lvid()[all …]