Searched refs:ExcludeOccupiedSpace (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/storage/
H A DPartitioningInfo.h21 status_t ExcludeOccupiedSpace(off_t offset,
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp143 status = info->ExcludeOccupiedSpace(child->Offset(), child->Size());
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp291 error = info->ExcludeOccupiedSpace(child->Offset(),
299 error = info->ExcludeOccupiedSpace(
H A DPartitionMapAddOn.cpp286 error = info->ExcludeOccupiedSpace(primary->Offset(),
/haiku/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp87 // ExcludeOccupiedSpace
89 BPartitioningInfo::ExcludeOccupiedSpace(off_t offset, off_t size) function in class:BPartitioningInfo
94 TRACE(("%p - BPartitioningInfo::ExcludeOccupiedSpace(offset = %lld, "

Completed in 66 milliseconds