Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR__ATIME (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dfsmount.c12 #ifndef MOUNT_ATTR__ATIME
13 #define MOUNT_ATTR__ATIME 0x00000070 /* Setting on how atime should be updated */ macro
41 if ((flags & ~MOUNT_ATTR__ATIME) != 0) in fsmount__scnprintf_attr_flags()
44 if ((flags & MOUNT_ATTR__ATIME) == MOUNT_ATTR_RELATIME) { in fsmount__scnprintf_attr_flags()
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c62 #ifndef MOUNT_ATTR__ATIME
63 #define MOUNT_ATTR__ATIME 0x00000070 macro
535 .attr_clr = MOUNT_ATTR__ATIME, in TEST_F()
571 .attr_clr = MOUNT_ATTR__ATIME, in TEST_F()
665 .attr_clr = MOUNT_ATTR__ATIME, in TEST_F()
721 .attr_clr = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NOEXEC | MOUNT_ATTR__ATIME, in TEST_F()
770 attr.attr_clr = MOUNT_ATTR__ATIME; in TEST_F()
784 attr.attr_clr = MOUNT_ATTR__ATIME; in TEST_F()
806 attr.attr_clr |= MOUNT_ATTR__ATIME; in TEST_F()
827 attr.attr_clr |= MOUNT_ATTR__ATIME; in TEST_F()
[all …]
/linux/tools/include/uapi/linux/
H A Dmount.h122 #define MOUNT_ATTR__ATIME 0x00000070 /* Setting on how atime should be updated */
120 #define MOUNT_ATTR__ATIME global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h122 #define MOUNT_ATTR__ATIME 0x00000070 /* Setting on how atime should be updated */ macro
/linux/samples/vfs/
H A Dmountinfo.c82 switch (flags & MOUNT_ATTR__ATIME) { in show_mnt_attrs()