Lines Matching refs:image
40 #include "machine-image.h"
68 static char **image_settings_path(Image *image) {
74 assert(image);
80 fn = strjoina(image->name, ".nspawn");
90 l[i] = file_in_same_dir(image->path, fn);
252 /* It's a RAW disk image */
346 _cleanup_(image_unrefp) Image *image = NULL;
354 r = image_make(NULL, dirfd(d), path, de->d_name, &image);
360 r = hashmap_put(h, image->name, image);
364 image = NULL;
369 _cleanup_(image_unrefp) Image *image = NULL;
371 r = image_make(".host", AT_FDCWD, NULL, "/", &image);
375 r = hashmap_put(h, image->name, image);
379 image = NULL;
505 /* Turn of the immutable bit while we rename the image, so that we can rename it */
658 * subvolume of the image. */
715 /* Locks an image path. This actually creates two locks: one
716 * "local" one, next to the image path itself, which might be
776 /* Locks an image name, regardless of the precise path used. */