Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dsuper.c298 if (map->s_partition_type == UDF_SPARABLE_MAP15) in udf_free_partition()
301 else if (map->s_partition_type == UDF_METADATA_MAP25) { in udf_free_partition()
1032 if (map->s_partition_type == UDF_VIRTUAL_MAP15 || in check_partition_desc()
1033 map->s_partition_type == UDF_VIRTUAL_MAP20) in check_partition_desc()
1067 p_index, map->s_partition_type, in udf_fill_partdesc_info()
1197 if (map->s_partition_type == UDF_VIRTUAL_MAP15) { in udf_load_vat()
1201 } else if (map->s_partition_type == UDF_VIRTUAL_MAP20) { in udf_load_vat()
1259 (map->s_partition_type == UDF_TYPE1_MAP15 || in udf_load_partdesc()
1260 map->s_partition_type == UDF_SPARABLE_MAP15)) in udf_load_partdesc()
1287 (map->s_partition_type == UDF_VIRTUAL_MAP15 || in udf_load_partdesc()
[all …]
Dudf_sb.h106 __u16 s_partition_type; member