Searched refs:media_accesstype (Results 1 – 2 of 2) sorted by relevance
122 context.media_accesstype = UDF_ACCESSTYPE_NOT_SPECIFIED; in udf_init_create_context()1097 int part_accesstype = context.media_accesstype; in udf_create_partitiond()4358 int media_accesstype; in udf_derive_format() local4432 media_accesstype = UDF_ACCESSTYPE_NOT_SPECIFIED; in udf_derive_format()4434 media_accesstype = UDF_ACCESSTYPE_OVERWRITABLE; in udf_derive_format()4436 media_accesstype = UDF_ACCESSTYPE_REWRITEABLE; in udf_derive_format()4439 media_accesstype = UDF_ACCESSTYPE_WRITE_ONCE; in udf_derive_format()4442 media_accesstype = UDF_ACCESSTYPE_PSEUDO_OVERWITE; in udf_derive_format()4447 media_accesstype = UDF_ACCESSTYPE_READ_ONLY; in udf_derive_format()4490 context.media_accesstype = media_accesstype; in udf_derive_format()
172 int media_accesstype; member