Searched refs:Defragment (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h41 virtual status_t Defragment(KPartition* partition,
H A DKDiskSystem.h66 virtual status_t Defragment(KPartition* partition,
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h45 status_t Defragment();
H A DDiskSystemAddOn.cpp148 BPartitionHandle::Defragment() function in class:BPartitionHandle
H A DPartitionDelegate.cpp162 // Defragment
164 BPartition::Delegate::Defragment() function in class:BPartition::Delegate
H A DPartition.cpp761 BPartition::Defragment() const function in class:BPartition
766 return fDelegate->Defragment();
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h79 virtual status_t Defragment();
H A DPartition.h98 status_t Defragment() const;
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp213 // Defragment
215 KDiskSystem::Defragment(KPartition* partition, disk_job_id job) function in class:KDiskSystem
H A DKFileSystem.cpp108 // Defragment
110 KFileSystem::Defragment(KPartition* partition, disk_job_id job) function in class:KFileSystem
H A Dddm_userland_interface.cpp578 error = diskSystem->Defragment(partition, DUMMY_JOB_ID);

Completed in 183 milliseconds