Searched refs:DiskDeviceJob (Results 1 – 25 of 25) sorted by relevance
/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceJob.cpp | 12 DiskDeviceJob::DiskDeviceJob(PartitionReference* partition, in DiskDeviceJob() function in DiskDeviceJob 27 DiskDeviceJob::~DiskDeviceJob() in ~DiskDeviceJob()
|
H A D | DiskDeviceJob.h | 17 class DiskDeviceJob { 19 DiskDeviceJob(PartitionReference* partition, 21 virtual ~DiskDeviceJob(); 33 using BPrivate::DiskDeviceJob;
|
H A D | DiskDeviceJobQueue.h | 15 class DiskDeviceJob; variable 23 status_t AddJob(DiskDeviceJob* job); 28 typedef BObjectList<DiskDeviceJob> JobList;
|
H A D | DiskDeviceJobQueue.cpp | 36 DiskDeviceJobQueue::AddJob(DiskDeviceJob* job) in AddJob() 51 DiskDeviceJob* job = fJobs.ItemAt(i); in Execute()
|
H A D | DiskDeviceJobGenerator.h | 19 class DiskDeviceJob; variable 33 status_t _AddJob(DiskDeviceJob* job);
|
H A D | DiskDeviceJobGenerator.cpp | 175 DiskDeviceJobGenerator::_AddJob(DiskDeviceJob* job) in _AddJob()
|
/haiku/src/kits/storage/disk_device/jobs/ |
H A D | DefragmentJob.h | 14 class DefragmentJob : public DiskDeviceJob {
|
H A D | DeleteChildJob.h | 14 class DeleteChildJob : public DiskDeviceJob {
|
H A D | UninitializeJob.h | 14 class UninitializeJob : public DiskDeviceJob {
|
H A D | RepairJob.h | 14 class RepairJob : public DiskDeviceJob {
|
H A D | DefragmentJob.cpp | 15 : DiskDeviceJob(partition) in DefragmentJob()
|
H A D | InitializeJob.h | 14 class InitializeJob : public DiskDeviceJob {
|
H A D | ResizeJob.h | 14 class ResizeJob : public DiskDeviceJob {
|
H A D | RepairJob.cpp | 16 DiskDeviceJob(partition), in RepairJob()
|
H A D | SetStringJob.h | 14 class SetStringJob : public DiskDeviceJob {
|
H A D | MoveJob.h | 14 class MoveJob : public DiskDeviceJob {
|
H A D | DeleteChildJob.cpp | 17 : DiskDeviceJob(partition, child) in DeleteChildJob()
|
H A D | CreateChildJob.h | 14 class CreateChildJob : public DiskDeviceJob {
|
H A D | ResizeJob.cpp | 18 DiskDeviceJob(partition, child), in ResizeJob()
|
H A D | UninitializeJob.cpp | 16 : DiskDeviceJob(parent, partition) in UninitializeJob()
|
H A D | InitializeJob.cpp | 18 DiskDeviceJob(partition), in InitializeJob()
|
H A D | CreateChildJob.cpp | 19 DiskDeviceJob(partition, child), in CreateChildJob()
|
H A D | SetStringJob.cpp | 19 DiskDeviceJob(partition, child), in SetStringJob()
|
H A D | MoveJob.cpp | 23 : DiskDeviceJob(partition, child), in MoveJob()
|
/haiku/src/kits/storage/ |
H A D | Jamfile | 73 DiskDeviceJob.cpp
|