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