Searched refs:ST_NOATIME (Results 1 – 5 of 5) sorted by relevance
102 ST_NOATIME = 1024, /* Do not update access times. */ enumerator103 # define ST_NOATIME ST_NOATIME macro
40 #define ST_NOATIME 0x0400 /* do not update access times */ macro
127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()140 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
27 flags |= ST_NOATIME; in flags_by_mnt()