Searched refs:test_unpriv_remount (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 181 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount() function 247 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0); in test_unpriv_remount_simple() 252 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, in test_unpriv_remount_atime() 323 if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) { in main() 362 if (!test_unpriv_remount("ramfs", NULL, MS_STRICTATIME, 0, MS_NOATIME)) in main()
|