DefragmentJob
return _AddJob(new(nothrow) DefragmentJob(reference));
DefragmentJob::DefragmentJob(PartitionReference* partition)
DefragmentJob::~DefragmentJob()
DefragmentJob::Do()
class DefragmentJob : public DiskDeviceJob {
DefragmentJob(PartitionReference* partition);
virtual ~DefragmentJob();
using BPrivate::DefragmentJob;