Searched refs:s_partition_type (Results 1 – 2 of 2) sorted by relevance
354 if (map->s_partition_type == UDF_SPARABLE_MAP15) in udf_free_partition()357 else if (map->s_partition_type == UDF_METADATA_MAP25) { in udf_free_partition()1095 if (map->s_partition_type == UDF_VIRTUAL_MAP15 || in check_partition_desc()1096 map->s_partition_type == UDF_VIRTUAL_MAP20 || in check_partition_desc()1097 map->s_partition_type == UDF_METADATA_MAP25) in check_partition_desc()1138 p_index, map->s_partition_type, in udf_fill_partdesc_info()1243 if (map->s_partition_type == UDF_VIRTUAL_MAP15) { in udf_load_vat()1247 } else if (map->s_partition_type == UDF_VIRTUAL_MAP20) { in udf_load_vat()1309 (map->s_partition_type == UDF_TYPE1_MAP15 || in udf_load_partdesc()1310 map->s_partition_type == UDF_SPARABLE_MAP15)) in udf_load_partdesc()[all …]
100 __u16 s_partition_type; member