Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dmount-util.c171 _cleanup_fclose_ FILE *proc_self_mountinfo_opened = NULL; in bind_remount_recursive_with_mountinfo() local
203 r = fopen_unlocked("/proc/self/mountinfo", "re", &proc_self_mountinfo_opened); in bind_remount_recursive_with_mountinfo()
207 proc_self_mountinfo = proc_self_mountinfo_opened; in bind_remount_recursive_with_mountinfo()