Lines Matching refs:TestBlockJob
630 typedef struct TestBlockJob { struct
639 } TestBlockJob; argument
643 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_prepare()
652 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_commit()
660 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_abort()
668 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_run()
689 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_complete()
695 .instance_size = sizeof(TestBlockJob),
725 TestBlockJob *tjob; in test_blockjob_common_drain_node()