Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c36 #ifndef MS_RELATIME
37 #define MS_RELATIME (1 << 21) macro
268 mnt_flags |= MS_RELATIME; in read_mnt_flags()
422 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
555 expected_flags |= MS_RELATIME; in TEST_F()
591 expected_flags |= MS_RELATIME; in TEST_F()
743 expected_flags |= MS_RELATIME; in TEST_F()
750 expected_flags |= MS_RELATIME; in TEST_F()
815 expected_flags |= MS_RELATIME; in TEST_F()
835 expected_flags &= ~MS_RELATIME; in TEST_F()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/linux-6.3-rc2/security/apparmor/
A Dmount.c71 if (flags & MS_RELATIME) in audit_mnt_flags()
/linux-6.3-rc2/fs/
A Dnamespace.c3346 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()

Completed in 19 milliseconds