Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dimport-fs.c235 (void) import_assign_pool_quota_and_warn(arg_image_root); in import_fs()
236 (void) import_assign_pool_quota_and_warn(dest); in import_fs()
Dimport-tar.c239 (void) import_assign_pool_quota_and_warn(root); in tar_import_fork_tar()
240 (void) import_assign_pool_quota_and_warn(d); in tar_import_fork_tar()
Dpull-tar.c531 (void) import_assign_pool_quota_and_warn(i->image_root); in tar_pull_job_on_open_disk_tar()
532 (void) import_assign_pool_quota_and_warn(where); in tar_pull_job_on_open_disk_tar()
/systemd-251/src/shared/
Dimport-util.h34 int import_assign_pool_quota_and_warn(const char *path);
Dimport-util.c204 int import_assign_pool_quota_and_warn(const char *path) { in import_assign_pool_quota_and_warn() function