Searched refs:image_cache (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/portable/ |
D | portabled-image.c | 10 return hashmap_get(m->image_cache, name_or_path); in manager_image_cache_get() 19 hashmap_clear(m->image_cache); in image_cache_flush() 28 r = hashmap_ensure_allocated(&m->image_cache, &image_hash_ops); in manager_image_cache_initialize() 69 r = hashmap_put(m->image_cache, image->path, image); in manager_image_cache_add() 76 r = hashmap_put(m->image_cache, image->name, image); in manager_image_cache_add()
|
D | portabled.h | 21 Hashmap *image_cache; member
|
D | portabled.c | 55 hashmap_free(m->image_cache); in manager_unref()
|
/systemd-251/src/machine/ |
D | image-dbus.c | 397 hashmap_clear(m->image_cache); in image_flush_cache() 421 image = hashmap_get(m->image_cache, e); in image_object_find() 449 r = hashmap_ensure_put(&m->image_cache, &image_hash_ops, image->name, image); in image_object_find()
|
D | machined.h | 29 Hashmap *image_cache; member
|
D | machined.c | 82 hashmap_free(m->image_cache); in manager_unref()
|