Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-util.h41 int repeat_unmount(const char *path, int flags);
Dmount-util.c489 int repeat_unmount(const char *path, int flags) { in repeat_unmount() function
/systemd-251/src/core/
Dautomount.c99 r = repeat_unmount(a->where, MNT_DETACH|UMOUNT_NOFOLLOW); in unmount_autofs()
668 r = repeat_unmount(a->where, MNT_DETACH|UMOUNT_NOFOLLOW); in automount_enter_waiting()