Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcommit.c34 typedef struct CommitBlockJob { struct
46 } CommitBlockJob; argument
50 CommitBlockJob *s = container_of(job, CommitBlockJob, common.job); in commit_prepare()
71 CommitBlockJob *s = container_of(job, CommitBlockJob, common.job); in commit_abort()
116 CommitBlockJob *s = container_of(job, CommitBlockJob, common.job); in commit_clean()
131 CommitBlockJob *s = container_of(job, CommitBlockJob, common.job); in commit_run()
209 .instance_size = sizeof(CommitBlockJob),
262 CommitBlockJob *s; in commit_start()