Searched refs:MS_NODIRATIME (Results 1 – 6 of 6) sorted by relevance
143 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()
23 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
267 mnt_flags |= MS_NODIRATIME; in read_mnt_flags()795 expected_flags |= MS_NODIRATIME; in TEST_F()888 expected_flags &= ~MS_NODIRATIME; in TEST_F()
49 if (flags & MS_NODIRATIME) in audit_mnt_flags()
3636 if (flags & MS_NODIRATIME) in path_mount()3647 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()