Home
last modified time | relevance | path

Searched refs:DISSECT_IMAGE_VALIDATE_OS (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/machine-id-setup/
Dmachine-id-setup-main.c146 DISSECT_IMAGE_VALIDATE_OS | in run()
/systemd-251/src/shared/
Ddissect-image.h189DISSECT_IMAGE_VALIDATE_OS = 1 << 8, /* Refuse mounting images that aren't identifiable as… enumerator
Ddiscover-image.c1221 DISSECT_IMAGE_VALIDATE_OS | in image_read_metadata()
Ddissect-image.c1489 if ((flags & (DISSECT_IMAGE_VALIDATE_OS|DISSECT_IMAGE_VALIDATE_OS_EXT)) != 0) { in dissected_image_mount()
1494 if (FLAGS_SET(flags, DISSECT_IMAGE_VALIDATE_OS)) { in dissected_image_mount()
/systemd-251/src/firstboot/
Dfirstboot.c1360 DISSECT_IMAGE_VALIDATE_OS | in run()
/systemd-251/src/portable/
Dportable.c412 flags |= DISSECT_IMAGE_VALIDATE_OS; in portable_extract_by_path()
/systemd-251/src/sysusers/
Dsysusers.c2053 DISSECT_IMAGE_VALIDATE_OS | in run()
/systemd-251/src/journal/
Djournalctl.c2177 DISSECT_IMAGE_VALIDATE_OS | in main()
/systemd-251/src/tmpfiles/
Dtmpfiles.c3779 DISSECT_IMAGE_VALIDATE_OS | in run()
/systemd-251/src/nspawn/
Dnspawn.c3691 (arg_start_mode == START_BOOT ? DISSECT_IMAGE_VALIDATE_OS : 0)); in outer_child()