Searched refs:ST_NODIRATIME (Results 1 – 5 of 5) sorted by relevance
104 ST_NODIRATIME = 2048, /* Do not update directory access times. */ enumerator105 # define ST_NODIRATIME ST_NODIRATIME macro
41 #define ST_NODIRATIME 0x0800 /* do not update directory access times */ macro
127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()142 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
29 flags |= ST_NODIRATIME; in flags_by_mnt()