Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dsuper.c354 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()
1094 if (map->s_partition_type == UDF_VIRTUAL_MAP15 || in check_partition_desc()
1095 map->s_partition_type == UDF_VIRTUAL_MAP20 || in check_partition_desc()
1096 map->s_partition_type == UDF_METADATA_MAP25) in check_partition_desc()
1137 p_index, map->s_partition_type, in udf_fill_partdesc_info()
1242 if (map->s_partition_type == UDF_VIRTUAL_MAP15) { in udf_load_vat()
1246 } else if (map->s_partition_type == UDF_VIRTUAL_MAP20) { in udf_load_vat()
1308 (map->s_partition_type == UDF_TYPE1_MAP15 || in udf_load_partdesc()
1309 map->s_partition_type == UDF_SPARABLE_MAP15)) in udf_load_partdesc()
[all …]
H A Dudf_sb.h98 __u16 s_partition_type; member