Searched refs:MS_NODIRATIME (Results 1 – 8 of 8) 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()
484 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
3644 if (flags & MS_NODIRATIME) in path_mount()3655 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()
1140 FLAG_GENERIC(MS_NODIRATIME),