Lines Matching refs:MS_BIND
317 VERIFY (mount ("/proc", "proc", NULL, MS_BIND|MS_REC, NULL) == 0); in do_in_chroot_1()
325 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_1()
398 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_2()
471 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
495 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
523 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
524 VERIFY (mount ("/console", target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
531 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
532 VERIFY (mount (slavename, target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
539 VERIFY (mount (slavename, target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
582 VERIFY (mount (slavename, c[0], NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
583 VERIFY (mount ("/console", c[1], NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
584 VERIFY (mount (slavename, c[2], NULL, MS_BIND, NULL) == 0); in run_chroot_tests()