Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddiscover-image.c280 r = image_new(IMAGE_SUBVOLUME, in image_make()
657 case IMAGE_SUBVOLUME: in image_remove()
771 case IMAGE_SUBVOLUME: in image_rename()
875 case IMAGE_SUBVOLUME: in image_clone()
938 case IMAGE_SUBVOLUME: in image_read_only()
1103 if (i->type != IMAGE_SUBVOLUME) in image_set_limit()
1128 case IMAGE_SUBVOLUME: in image_read_metadata()
1311 [IMAGE_SUBVOLUME] = "subvolume",
Ddiscover-image.h26 IMAGE_SUBVOLUME, enumerator
/systemd-251/src/portable/
Dportable.c906 return IN_SET(type, IMAGE_DIRECTORY, IMAGE_SUBVOLUME) ? "RootDirectory=" : "RootImage="; in root_setting_from_image()
910 …return IN_SET(type, IMAGE_DIRECTORY, IMAGE_SUBVOLUME) ? "ExtensionDirectories=" : "ExtensionImages… in extension_setting_from_image()
/systemd-251/src/sysext/
Dsysext.c500 case IMAGE_SUBVOLUME: in merge_subprocess()