Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dfsmount.sh19 grep -E $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \
H A Dfsmount.c21 if ((flags & MOUNT_ATTR__ATIME) == MOUNT_ATTR_RELATIME) { in fsmount__scnprintf_attr_flags()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c65 #ifndef MOUNT_ATTR_RELATIME
66 #define MOUNT_ATTR_RELATIME 0x00000000 macro
540 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
576 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
670 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOEXEC | MOUNT_ATTR_RELATIME, in TEST_F()
728 .attr_set = MOUNT_ATTR_RELATIME, in TEST_F()
811 attr.attr_set |= MOUNT_ATTR_RELATIME; in TEST_F()
831 attr.attr_set &= ~MOUNT_ATTR_RELATIME; in TEST_F()
/openbmc/linux/include/uapi/linux/
H A Dmount.h121 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h120 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/openbmc/linux/fs/
H A Dnamespace.c3969 case MOUNT_ATTR_RELATIME: in SYSCALL_DEFINE3()
4617 case MOUNT_ATTR_RELATIME: in build_mount_kattr()