Home
last modified time | relevance | path

Searched refs:loop_device_make_by_path (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/shared/
Dloop-util.h23 int loop_device_make_by_path(const char *path, int open_flags, uint32_t loop_flags, LoopDevice **re…
Dloop-util.c660 int loop_device_make_by_path( in loop_device_make_by_path() function
Ddiscover-image.c1195 r = loop_device_make_by_path(i->path, O_RDONLY, LO_FLAGS_PARTSCAN, &d); in image_read_metadata()
Ddissect-image.c2977 r = loop_device_make_by_path( in mount_image_privately_interactively()
3092 r = loop_device_make_by_path( in verity_dissect_and_mount()
/systemd-251/src/sysext/
Dsysext.c532 r = loop_device_make_by_path( in merge_subprocess()
/systemd-251/src/dissect/
Ddissect.c847 r = loop_device_make_by_path( in run()
/systemd-251/src/portable/
Dportable.c336 r = loop_device_make_by_path(path, O_RDONLY, LO_FLAGS_PARTSCAN, &d); in portable_extract_by_path()
/systemd-251/src/core/
Dnamespace.c2051 r = loop_device_make_by_path( in setup_namespace()
/systemd-251/src/nspawn/
Dnspawn.c5750 r = loop_device_make_by_path( in run()