Lines Matching full:mount

42 	ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0);  in pid_max_cb()
44 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_cb()
50 ret = mount("proc", "/proc", "proc", 0, NULL); in pid_max_cb()
52 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_cb()
88 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in pid_max_nested_inner()
90 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_inner()
96 ret = mount("proc", "/proc", "proc", 0, NULL); in pid_max_nested_inner()
98 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_inner()
163 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in pid_max_nested_outer()
165 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_outer()
171 ret = mount("proc", "/proc", "proc", 0, NULL); in pid_max_nested_outer()
173 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_outer()
232 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in pid_max_nested_limit_inner()
234 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_limit_inner()
240 ret = mount("proc", "/proc", "proc", 0, NULL); in pid_max_nested_limit_inner()
242 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_limit_inner()
289 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in pid_max_nested_limit_outer()
291 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_limit_outer()
297 ret = mount("proc", "/proc", "proc", 0, NULL); in pid_max_nested_limit_outer()
299 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_limit_outer()