Lines Matching defs:job

142 	disk_job_id job)
152 KPartitioningSystem::Resize(KPartition* partition, off_t size, disk_job_id job)
166 // let the module do its job
167 result = fModule->resize(fd, partition->ID(), size, job);
178 KPartitioningSystem::ResizeChild(KPartition* child, off_t size, disk_job_id job)
192 // let the module do its job
193 result = fModule->resize_child(fd, child->ID(), size, job);
204 KPartitioningSystem::Move(KPartition* partition, off_t offset, disk_job_id job)
218 // let the module do its job
219 result = fModule->move(fd, partition->ID(), offset, job);
230 KPartitioningSystem::MoveChild(KPartition* child, off_t offset, disk_job_id job)
244 // let the module do its job
246 job);
258 disk_job_id job)
272 // let the module do its job
273 result = fModule->set_name(fd, child->ID(), name, job);
286 disk_job_id job)
300 // let the module do its job
301 result = fModule->set_content_name(fd, partition->ID(), name, job);
313 disk_job_id job)
327 // let the module do its job
328 result = fModule->set_type(fd, child->ID(), type, job);
341 disk_job_id job)
355 // let the module do its job
356 result = fModule->set_parameters(fd, child->ID(), parameters, job);
369 const char* parameters, disk_job_id job)
383 // let the module do its job
385 job);
397 const char* parameters, disk_job_id job)
411 // let the module do its job
413 partition->Size(), job);
422 KPartitioningSystem::Uninitialize(KPartition* partition, disk_job_id job)
436 // let the module do its job
438 partition->BlockSize(), job);
451 disk_job_id job, KPartition** child, partition_id childID)
465 // let the module do its job
467 type, name, parameters, job, &childID);
481 KPartitioningSystem::DeleteChild(KPartition* child, disk_job_id job)
494 result = fModule->delete_child(fd, parent->ID(), child->ID(), job);