Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dmount.h16 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro
/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()