Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstatfs.h43 #define ST_RELATIME 0x1000 /* update atime relative to mtime/ctime */ macro
/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()
/linux/fs/
H A Dstatfs.c31 flags |= ST_RELATIME; in flags_by_mnt()