Searched refs:MS_REMOUNT (Results 1 – 5 of 5) sorted by relevance
230 MS_REMOUNT | MS_BIND | remount_flags, NULL) != 0) { in test_unpriv_remount()237 MS_REMOUNT | MS_BIND | invalid_flags, NULL) == 0) { in test_unpriv_remount()303 MS_REMOUNT | MS_BIND | orig_mnt_flags , NULL); in test_priv_mount_unpriv_remount()
200 if (flags & MS_REMOUNT) { in tomoyo_mount_permission()202 flags &= ~MS_REMOUNT; in tomoyo_mount_permission()
73 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro
2695 if ((flags & MS_REMOUNT) && in do_mount()2706 if (flags & MS_REMOUNT) in do_mount()2707 retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags, in do_mount()
2696 if (flags & MS_REMOUNT) in selinux_mount()