Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dsuper.c287 if (map->s_partition_type == UDF_SPARABLE_MAP15) in udf_free_partition()
290 else if (map->s_partition_type == UDF_METADATA_MAP25) { in udf_free_partition()
1064 if (map->s_partition_type == UDF_VIRTUAL_MAP15 || in check_partition_desc()
1065 map->s_partition_type == UDF_VIRTUAL_MAP20 || in check_partition_desc()
1066 map->s_partition_type == UDF_METADATA_MAP25) in check_partition_desc()
1107 p_index, map->s_partition_type, in udf_fill_partdesc_info()
1212 if (map->s_partition_type == UDF_VIRTUAL_MAP15) { in udf_load_vat()
1216 } else if (map->s_partition_type == UDF_VIRTUAL_MAP20) { in udf_load_vat()
1278 (map->s_partition_type == UDF_TYPE1_MAP15 || in udf_load_partdesc()
1279 map->s_partition_type == UDF_SPARABLE_MAP15)) in udf_load_partdesc()
[all …]
H A Dudf_sb.h99 __u16 s_partition_type; member