Searched refs:ResizeChild (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h72 virtual status_t ResizeChild(KPartition* child, off_t size,
H A DKPartitioningSystem.h48 virtual status_t ResizeChild(KPartition* child, off_t size,
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h52 status_t ResizeChild(Delegate* child, off_t size);
H A DDiskSystemAddOn.cpp184 BPartitionHandle::ResizeChild(BMutablePartition* child, off_t size) function in class:BPartitionHandle
H A DPartitionDelegate.cpp216 // ResizeChild
218 BPartition::Delegate::ResizeChild(Delegate* child, off_t size) function in class:BPartition::Delegate
223 return fPartitionHandle->ResizeChild(&child->fMutablePartition, size);
H A DPartition.cpp870 error = parent->fDelegate->ResizeChild(fDelegate, size);
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h87 virtual status_t ResizeChild(BMutablePartition* child,
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp240 // ResizeChild
242 KDiskSystem::ResizeChild(KPartition* child, off_t size, disk_job_id job) function in class:KDiskSystem
H A DKPartitioningSystem.cpp175 // ResizeChild
178 KPartitioningSystem::ResizeChild(KPartition* child, off_t size, disk_job_id job) function in class:KPartitioningSystem
H A Dddm_userland_interface.cpp708 error = diskSystem->ResizeChild(child, size, DUMMY_JOB_ID);

Completed in 84 milliseconds