Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c66 #ifndef MOUNT_ATTR_RELATIME
67 #define MOUNT_ATTR_RELATIME 0x00000000 macro
565 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
601 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
695 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
753 .attr_set = MOUNT_ATTR_RELATIME, in TEST_F()
836 attr.attr_set |= MOUNT_ATTR_RELATIME; in TEST_F()
856 attr.attr_set &= ~MOUNT_ATTR_RELATIME; in TEST_F()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h121 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h121 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux-6.15/fs/
H A Dnamespace.c4505 case MOUNT_ATTR_RELATIME: in SYSCALL_DEFINE3()
5164 case MOUNT_ATTR_RELATIME: in build_mount_kattr()
5365 attr_flags |= MOUNT_ATTR_RELATIME; in mnt_to_attr_flags()