Searched refs:mountflags (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | switch-root.h | 23 int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);
|
H A D | switch-root.c | 42 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