Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c143 mnt_flags |= MS_NODIRATIME; in read_mnt_flags()
348 if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, in main()
353 if (!test_unpriv_remount_atime(MS_STRICTATIME|MS_NODIRATIME, in main()
358 if (!test_unpriv_remount_atime(MS_NOATIME|MS_NODIRATIME, in main()
/openbmc/linux/include/uapi/linux/
H A Dmount.h23 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h23 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c267 mnt_flags |= MS_NODIRATIME; in read_mnt_flags()
795 expected_flags |= MS_NODIRATIME; in TEST_F()
888 expected_flags &= ~MS_NODIRATIME; in TEST_F()
/openbmc/linux/security/apparmor/
H A Dmount.c49 if (flags & MS_NODIRATIME) in audit_mnt_flags()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h484 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
/openbmc/linux/fs/
H A Dnamespace.c3636 if (flags & MS_NODIRATIME) in path_mount()
3647 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()
/openbmc/qemu/linux-user/
H A Dstrace.c1059 FLAG_GENERIC(MS_NODIRATIME),