Home
last modified time | relevance | path

Searched refs:ST_RELATIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dstatfs.h43 #define ST_RELATIME 0x1000 /* update atime relative to mtime/ctime */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()
144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
/openbmc/linux/fs/
H A Dstatfs.c31 flags |= ST_RELATIME; in flags_by_mnt()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c251 ST_NOATIME | ST_NODIRATIME | ST_RELATIME | in read_mnt_flags()
268 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()