Home
last modified time | relevance | path

Searched refs:DiskDeviceJob (Results 1 – 25 of 25) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJob.cpp12 DiskDeviceJob::DiskDeviceJob(PartitionReference* partition, in DiskDeviceJob() function in DiskDeviceJob
27 DiskDeviceJob::~DiskDeviceJob() in ~DiskDeviceJob()
H A DDiskDeviceJob.h17 class DiskDeviceJob {
19 DiskDeviceJob(PartitionReference* partition,
21 virtual ~DiskDeviceJob();
33 using BPrivate::DiskDeviceJob;
H A DDiskDeviceJobQueue.h15 class DiskDeviceJob; variable
23 status_t AddJob(DiskDeviceJob* job);
28 typedef BObjectList<DiskDeviceJob> JobList;
H A DDiskDeviceJobQueue.cpp36 DiskDeviceJobQueue::AddJob(DiskDeviceJob* job) in AddJob()
51 DiskDeviceJob* job = fJobs.ItemAt(i); in Execute()
H A DDiskDeviceJobGenerator.h19 class DiskDeviceJob; variable
33 status_t _AddJob(DiskDeviceJob* job);
H A DDiskDeviceJobGenerator.cpp175 DiskDeviceJobGenerator::_AddJob(DiskDeviceJob* job) in _AddJob()
/haiku/src/kits/storage/disk_device/jobs/
H A DDefragmentJob.h14 class DefragmentJob : public DiskDeviceJob {
H A DDeleteChildJob.h14 class DeleteChildJob : public DiskDeviceJob {
H A DUninitializeJob.h14 class UninitializeJob : public DiskDeviceJob {
H A DRepairJob.h14 class RepairJob : public DiskDeviceJob {
H A DDefragmentJob.cpp15 : DiskDeviceJob(partition) in DefragmentJob()
H A DInitializeJob.h14 class InitializeJob : public DiskDeviceJob {
H A DResizeJob.h14 class ResizeJob : public DiskDeviceJob {
H A DRepairJob.cpp16 DiskDeviceJob(partition), in RepairJob()
H A DSetStringJob.h14 class SetStringJob : public DiskDeviceJob {
H A DMoveJob.h14 class MoveJob : public DiskDeviceJob {
H A DDeleteChildJob.cpp17 : DiskDeviceJob(partition, child) in DeleteChildJob()
H A DCreateChildJob.h14 class CreateChildJob : public DiskDeviceJob {
H A DResizeJob.cpp18 DiskDeviceJob(partition, child), in ResizeJob()
H A DUninitializeJob.cpp16 : DiskDeviceJob(parent, partition) in UninitializeJob()
H A DInitializeJob.cpp18 DiskDeviceJob(partition), in InitializeJob()
H A DCreateChildJob.cpp19 DiskDeviceJob(partition, child), in CreateChildJob()
H A DSetStringJob.cpp19 DiskDeviceJob(partition, child), in SetStringJob()
H A DMoveJob.cpp23 : DiskDeviceJob(partition, child), in MoveJob()
/haiku/src/kits/storage/
H A DJamfile73 DiskDeviceJob.cpp