Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_RELATIME (Results 1 – 9 of 9) 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
28 if ((flags & MOUNT_ATTR__ATIME) == MOUNT_ATTR_RELATIME) { in fsmount__scnprintf_attr_flags()
H A Dfsmount.sh19 grep -E $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \
/linux/samples/vfs/
H A Dsamples-vfs.h193 #ifndef MOUNT_ATTR_RELATIME
194 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
H A Dmountinfo.c83 case MOUNT_ATTR_RELATIME: in show_mnt_attrs()
/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/include/uapi/linux/
H A Dmount.h122 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux/tools/include/uapi/linux/
H A Dmount.h121 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h122 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux/fs/
H A Dnamespace.c4434 case MOUNT_ATTR_RELATIME: in SYSCALL_DEFINE3()
5041 case MOUNT_ATTR_RELATIME: in build_mount_kattr()
5231 attr_flags |= MOUNT_ATTR_RELATIME; in mnt_to_attr_flags()