Home
last modified time | relevance | path

Searched refs:MS_RELATIME (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c41 #ifndef MS_RELATIME
42 # define MS_RELATIME (1 << 21) macro
145 mnt_flags |= MS_RELATIME; in read_mnt_flags()
333 if (!test_unpriv_remount_atime(MS_RELATIME, in main()
348 if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, in main()
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c38 #ifndef MS_RELATIME
39 #define MS_RELATIME (1 << 21) macro
259 mnt_flags |= MS_RELATIME; in read_mnt_flags()
417 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
550 expected_flags |= MS_RELATIME; in TEST_F()
586 expected_flags |= MS_RELATIME; in TEST_F()
738 expected_flags |= MS_RELATIME; in TEST_F()
745 expected_flags |= MS_RELATIME; in TEST_F()
810 expected_flags |= MS_RELATIME; in TEST_F()
830 expected_flags &= ~MS_RELATIME; in TEST_F()
[all …]
/linux/tools/include/uapi/linux/
H A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux/include/uapi/linux/
H A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux/security/apparmor/
H A Dmount.c73 if (flags & MS_RELATIME) in audit_mnt_flags()