Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mount/
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-6.6.21/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c37 #ifndef MS_RELATIME
38 #define MS_RELATIME (1 << 21) macro
269 mnt_flags |= MS_RELATIME; in read_mnt_flags()
423 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
556 expected_flags |= MS_RELATIME; in TEST_F()
592 expected_flags |= MS_RELATIME; in TEST_F()
744 expected_flags |= MS_RELATIME; in TEST_F()
751 expected_flags |= MS_RELATIME; in TEST_F()
816 expected_flags |= MS_RELATIME; in TEST_F()
836 expected_flags &= ~MS_RELATIME; in TEST_F()
[all …]
/linux-6.6.21/tools/include/uapi/linux/
Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux-6.6.21/include/uapi/linux/
Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux-6.6.21/security/apparmor/
Dmount.c71 if (flags & MS_RELATIME) in audit_mnt_flags()
/linux-6.6.21/fs/
Dnamespace.c3647 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()