Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-util.c792 _cleanup_free_ char *chased_src_path = NULL; in mount_in_namespace() local
830 r = chase_symlinks(src, NULL, 0, &chased_src_path, &chased_src_fd); in mount_in_namespace()
833 log_debug("Chased source path of %s to %s", src, chased_src_path); in mount_in_namespace()
878 …r = verity_dissect_and_mount(chased_src_fd, chased_src_path, mount_tmp, options, NULL, NULL, NULL,… in mount_in_namespace()