Searched defs:ST_NOATIME (Results 1 – 3 of 3) 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