Home
last modified time | relevance | path

Searched refs:UDF_MAX_PARTITION_MAPS (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp32 for (int i = 0; i < UDF_MAX_PARTITION_MAPS; i++) in Volume()
361 for (int i = 0; i < UDF_MAX_PARTITION_MAPS; i++) in _Unset()
388 status_t error = number < UDF_MAX_PARTITION_MAPS in _SetPartition()
403 return (number < UDF_MAX_PARTITION_MAPS) in _GetPartition()
H A DVolume.h73 Partition *fPartitions[UDF_MAX_PARTITION_MAPS];
H A DUdfStructures.cpp78 - (UDF_MAX_PARTITION_MAPS
H A DUdfStructures.h937 #define UDF_MAX_PARTITION_MAPS 2 macro
1141 uint8 _partition_maps[UDF_MAX_PARTITION_MAPS * UDF_MAX_PARTITION_MAP_SIZE];