Searched refs:MS_REMOUNT (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/mount/ |
| H A D | unprivileged-remount-test.c | 231 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()
|
| H A D | nosymfollow-test.c | 212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
|
| /linux/security/tomoyo/ |
| H A D | mount.c | 206 if (flags & MS_REMOUNT) { in tomoyo_mount_permission() 208 flags &= ~MS_REMOUNT; in tomoyo_mount_permission()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 18 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro 50 * Superblock flags that can be altered by MS_REMOUNT
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 18 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro 50 * Superblock flags that can be altered by MS_REMOUNT
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 18 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pidns.c | 159 ASSERT_ERRNO_EQ(-EBUSY, mount(NULL, "/tmp/proc", NULL, MS_REMOUNT, "pidns=/tmp/dummy/pidns")); in TEST_F()
|
| /linux/security/apparmor/ |
| H A D | mount.c | 41 if (flags & MS_REMOUNT) in audit_mnt_flags()
|
| H A D | lsm.c | 715 if (flags & MS_REMOUNT) in apparmor_sb_mount()
|
| /linux/fs/ |
| H A D | namespace.c | 4132 if ((flags & MS_REMOUNT) && in path_mount() 4148 if ((flags & (MS_REMOUNT | MS_BIND)) == (MS_REMOUNT | MS_BIND)) in path_mount() 4150 if (flags & MS_REMOUNT) in path_mount()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2789 if (flags & MS_REMOUNT) in selinux_mount()
|