Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dpull-tar.c49 PullJob *tar_job; member
77 pull_job_unref(i->tar_job); in tar_pull_unref()
175 if (i->tar_job) in tar_pull_report_progress()
176 percent += i->tar_job->progress_percent * remain / 100; in tar_pull_report_progress()
212 assert(i->tar_job); in tar_pull_determine_path()
214 … r = pull_make_path(i->tar_job->url, i->tar_job->etag, i->image_root, ".tar-", suffix, field); in tar_pull_determine_path()
227 assert(i->tar_job); in tar_pull_make_local_copy()
298 assert(i->tar_job); in tar_pull_is_done()
300 if (!PULL_JOB_IS_COMPLETE(i->tar_job)) in tar_pull_is_done()
322 if (j == i->tar_job) { in tar_pull_job_on_finished()
[all …]