Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dimport-fs.c35 typedef struct ProgressInfo { struct
41 } ProgressInfo; argument
43 static void progress_info_free(ProgressInfo *p) { in progress_info_free()
47 static void progress_show(ProgressInfo *p) { in progress_show()
73 ProgressInfo *p = userdata; in progress_path()
89 ProgressInfo *p = userdata; in progress_bytes()
102 _cleanup_(progress_info_free) ProgressInfo progress = {}; in import_fs()