Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.h195DISSECT_IMAGE_MKDIR = 1 << 14, /* Make top-level directory to mount right before mou… enumerator
Ddissect-image.c1349 if (FLAGS_SET(flags, DISSECT_IMAGE_MKDIR)) { in mount_partition()
1430 if (FLAGS_SET(flags, DISSECT_IMAGE_MKDIR)) { in mount_root_tmpfs()
/systemd-251/src/dissect/
Ddissect.c175 arg_flags |= DISSECT_IMAGE_MKDIR; in parse_argv()
181 arg_flags |= DISSECT_IMAGE_MKDIR; in parse_argv()
/systemd-251/src/sysupdate/
Dsysupdate.c879 DISSECT_IMAGE_MKDIR | in process_image()