Searched refs:MS_NOATIME (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 141 mnt_flags |= MS_NOATIME; in read_mnt_flags() 334 MS_NOATIME)) in main() 339 MS_NOATIME)) in main() 343 if (!test_unpriv_remount_atime(MS_NOATIME, in main() 349 MS_NOATIME)) in main() 354 MS_NOATIME)) in main() 358 if (!test_unpriv_remount_atime(MS_NOATIME|MS_NODIRATIME, in main() 363 if (!test_unpriv_remount("ramfs", NULL, MS_STRICTATIME, 0, MS_NOATIME)) in main()
|
/openbmc/linux/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 265 mnt_flags |= MS_NOATIME; in read_mnt_flags() 390 ASSERT_EQ(mount("testing", "/tmp", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 395 ASSERT_EQ(mount("testing", "/tmp/B", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 400 ASSERT_EQ(mount("testing", "/tmp/B/BB", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 403 ASSERT_EQ(mount("testing", "/mnt", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 408 ASSERT_EQ(mount("testing", "/mnt/A", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 418 MS_NOATIME | MS_NODEV | MS_NOSUID, 0), 0); in FIXTURE_SETUP() 555 expected_flags &= ~MS_NOATIME; in TEST_F() 591 expected_flags &= ~MS_NOATIME; in TEST_F() 743 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F() [all …]
|
/openbmc/linux/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 198 if (mount("testing", "/tmp", "tmpfs", MS_NOATIME | MS_NODEV, in move_mount_set_group_supported() 211 if (mount("testing", SET_GROUP_FROM, "tmpfs", MS_NOATIME | MS_NODEV, in move_mount_set_group_supported() 246 ASSERT_EQ(mount("testing", "/tmp", "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP() 251 ASSERT_EQ(mount("testing", SET_GROUP_A, "tmpfs", MS_NOATIME | MS_NODEV, in FIXTURE_SETUP()
|
/openbmc/linux/include/uapi/linux/ |
H A D | mount.h | 22 #define MS_NOATIME 1024 /* Do not update access times. */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | mount.h | 22 #define MS_NOATIME 1024 /* Do not update access times. */ macro
|
/openbmc/linux/security/apparmor/ |
H A D | mount.c | 47 if (flags & MS_NOATIME) in audit_mnt_flags()
|
/openbmc/linux/fs/ |
H A D | namespace.c | 3632 if (!(flags & MS_NOATIME)) in path_mount() 3642 if (flags & MS_NOATIME) in path_mount() 3655 ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | in path_mount()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 483 #define MS_NOATIME 1024 /* Do not update access times. */ macro
|
H A D | super.c | 2498 sb->s_flags |= MS_ACTIVE | MS_NOATIME; in ubifs_mount()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1138 FLAG_GENERIC(MS_NOATIME),
|