Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dsamples-vfs.h181 #ifndef MOUNT_ATTR_RELATIME
182 #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/perf/trace/beauty/
H A Dfsmount.sh12 # Remove MOUNT_ATTR_RELATIME as it is zeros, handle it a special way in the beautifier
19 grep -E $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \
H A Dfsmount.c15 #ifndef MOUNT_ATTR_RELATIME in fsmount__scnprintf_attr_flags()
16 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ in fsmount__scnprintf_attr_flags()
28 if ((flags & MOUNT_ATTR__ATIME) == MOUNT_ATTR_RELATIME) {
/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h121 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ macro
/linux/fs/
H A Dnamespace.c4184 case MOUNT_ATTR_RELATIME: in SYSCALL_DEFINE3()
4819 case MOUNT_ATTR_RELATIME: in build_mount_kattr()
4945 attr_flags |= MOUNT_ATTR_RELATIME; in mnt_to_attr_flags()