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

/haiku-fatelf/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp38 #define DUMMY_JOB_ID 0 macro
568 error = diskSystem->Defragment(partition, DUMMY_JOB_ID);
623 error = diskSystem->Repair(partition, checkOnly, DUMMY_JOB_ID);
705 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
709 error = diskSystem->ResizeChild(child, size, DUMMY_JOB_ID);
714 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
836 error = diskSystem->SetName(child, name.value, DUMMY_JOB_ID);
898 error = diskSystem->SetContentName(partition, name.value, DUMMY_JOB_ID);
975 error = diskSystem->SetType(child, type.value, DUMMY_JOB_ID);
1056 error = diskSystem->SetParameters(child, parameters.value, DUMMY_JOB_ID);
[all...]

Completed in 32 milliseconds