Home
last modified time | relevance | path

Searched refs:MS_REMOUNT (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/mount/
Dunprivileged-remount-test.c231 MS_REMOUNT | MS_BIND | remount_flags, NULL) != 0) { in test_unpriv_remount()
238 MS_REMOUNT | MS_BIND | invalid_flags, NULL) == 0) { in test_unpriv_remount()
304 MS_REMOUNT | MS_BIND | orig_mnt_flags , NULL); in test_priv_mount_unpriv_remount()
Dnosymfollow-test.c212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
/tools/include/uapi/linux/
Dmount.h18 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro
/tools/testing/selftests/filesystems/incfs/
Dutils.c101 remount ? MS_REMOUNT : 0, opt); in mount_fs_opt()