Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstatfs.h42 #define ST_NODIRATIME 0x0800 /* do not update directory access times */ 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()
142 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
/openbmc/linux/fs/
H A Dstatfs.c29 flags |= ST_NODIRATIME; 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()
266 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()