Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddiscover-image.c407 r = image_new(IMAGE_BLOCK, in image_make()
678 case IMAGE_BLOCK: in image_remove()
775 case IMAGE_BLOCK: in image_rename()
901 case IMAGE_BLOCK: in image_clone()
981 case IMAGE_BLOCK: { in image_read_only()
1191 case IMAGE_BLOCK: { in image_read_metadata()
1313 [IMAGE_BLOCK] = "block",
Ddiscover-image.h28 IMAGE_BLOCK, enumerator
/systemd-251/src/sysext/
Dsysext.c513 case IMAGE_BLOCK: { in merge_subprocess()
/systemd-251/src/nspawn/
Dnspawn.c3011 if (IN_SET(i->type, IMAGE_RAW, IMAGE_BLOCK)) in determine_names()