Home
last modified time | relevance | path

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

/systemd-251/src/portable/
Dportabled-image.c10 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()
Dportabled.h21 Hashmap *image_cache; member
Dportabled.c55 hashmap_free(m->image_cache); in manager_unref()
/systemd-251/src/machine/
Dimage-dbus.c397 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()
Dmachined.h29 Hashmap *image_cache; member
Dmachined.c82 hashmap_free(m->image_cache); in manager_unref()