Searched refs:mountflags (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dswitch-root.h23 int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);
H A Dswitch-root.c42 int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags) { argument
94 if (mount(i, new_mount, NULL, mountflags, NULL) < 0) {
95 if (mountflags & MS_MOVE) {
101 if (mountflags & MS_BIND)

Completed in 18 milliseconds