Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mount/
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/
A Dmount_setattr_test.c36 #ifndef MS_RELATIME
37 #define MS_RELATIME (1 << 21) macro
275 mnt_flags |= MS_RELATIME; in read_mnt_flags()
429 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
562 expected_flags |= MS_RELATIME; in TEST_F()
598 expected_flags |= MS_RELATIME; in TEST_F()
750 expected_flags |= MS_RELATIME; in TEST_F()
757 expected_flags |= MS_RELATIME; in TEST_F()
822 expected_flags |= MS_RELATIME; in TEST_F()
842 expected_flags &= ~MS_RELATIME; in TEST_F()
[all …]
/linux/tools/include/uapi/linux/
A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux/include/uapi/linux/
A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux/security/apparmor/
A Dmount.c71 if (flags & MS_RELATIME) in audit_mnt_flags()
/linux/fs/
A Dnamespace.c3292 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()

Completed in 16 milliseconds