Searched refs:bind_remount_recursive (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dmount-util.h38 int bind_remount_recursive(const char *prefix, bool ro);
H A Dmount-util.c315 int bind_remount_recursive(const char *prefix, bool ro) { function
/systemd/src/core/
H A Dnamespace.c406 r = bind_remount_recursive(m->path, true);
408 r = bind_remount_recursive(m->path, false);
/systemd/src/nspawn/
H A Dnspawn-mount.c460 r = bind_remount_recursive(where, true);
826 r = bind_remount_recursive(directory, true);
901 r = bind_remount_recursive(t, true);
H A Dnspawn.c2754 r = bind_remount_recursive(directory, true);

Completed in 1284 milliseconds