Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dpull-raw.c56 PullJob *roothash_job; member
92 pull_job_unref(i->roothash_job); in raw_pull_unref()
196 if (i->roothash_job) { in raw_pull_report_progress()
197 percent += i->roothash_job->progress_percent * 5 / 100; in raw_pull_report_progress()
455 if (i->roothash_job && !PULL_JOB_IS_COMPLETE(i->roothash_job)) in raw_pull_is_done()
527 else if (j == i->roothash_job) in raw_pull_job_on_finished()
574 … FOREACH_POINTER(jj, i->settings_job, i->roothash_job, i->roothash_signature_job, i->verity_job) in raw_pull_job_on_finished()
586 i->roothash_job, in raw_pull_job_on_finished()
595 assert(!i->roothash_job); in raw_pull_job_on_finished()
648 if (i->roothash_job && in raw_pull_job_on_finished()
[all …]
Dpull-common.c511 PullJob *roothash_job, in pull_verify() argument
534 assert(!roothash_job); in pull_verify()
571 … FOREACH_POINTER(j, main_job, settings_job, roothash_job, roothash_signature_job, verity_job) { in pull_verify()
Dpull-common.h34 …checksum_job, PullJob *signature_job, PullJob *settings_job, PullJob *roothash_job, PullJob *rooth…