Searched refs:mount (Results 1 – 2 of 2) sorted by relevance
/support/ |
A D | support_enter_mount_namespace.c | 36 if (mount ("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in support_enter_mount_namespace()
|
A D | test-container.c | 53 #define mount(s,t,fs,f,d) no_mount() macro 234 if (mount (src, dest, "", MS_BIND, NULL) < 0) in trymount() 1091 if (mount ("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in main() 1168 if (mount ("proc", "/proc", "proc", 0, NULL) < 0) in main()
|
Completed in 5 milliseconds