Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_RELATIME (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dfsmount.c15 #ifndef MOUNT_ATTR_RELATIME
16 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
44 if ((flags & MOUNT_ATTR__ATIME) == MOUNT_ATTR_RELATIME) { in fsmount__scnprintf_attr_flags()
H A Dfsmount_attr.sh19 grep -E $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c66 #ifndef MOUNT_ATTR_RELATIME
67 #define MOUNT_ATTR_RELATIME 0x00000000 macro
534 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
570 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
664 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
722 .attr_set = MOUNT_ATTR_RELATIME, in TEST_F()
805 attr.attr_set |= MOUNT_ATTR_RELATIME; in TEST_F()
825 attr.attr_set &= ~MOUNT_ATTR_RELATIME; in TEST_F()
/linux/tools/include/uapi/linux/
H A Dmount.h123 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */
121 #define MOUNT_ATTR_RELATIME global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h123 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux/samples/vfs/
H A Dmountinfo.c83 case MOUNT_ATTR_RELATIME: in show_mnt_attrs()
/linux/fs/
H A Dnamespace.c4467 case MOUNT_ATTR_RELATIME: in SYSCALL_DEFINE3()
5082 case MOUNT_ATTR_RELATIME: in build_mount_kattr()
5272 attr_flags |= MOUNT_ATTR_RELATIME; in mnt_to_propagation_flags()