Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A 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 …]
/openbmc/linux/include/uapi/linux/
H A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h35 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/openbmc/linux/security/apparmor/
H A Dmount.c71 if (flags & MS_RELATIME) in audit_mnt_flags()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h496 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/openbmc/qemu/linux-user/
H A Dstrace.c1063 #ifdef MS_RELATIME
1064 FLAG_GENERIC(MS_RELATIME),
/openbmc/linux/fs/
H A Dnamespace.c3647 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()