Searched refs:ST_RELATIME (Results 1 – 5 of 5) sorted by relevance
106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */ enumerator107 # define ST_RELATIME ST_RELATIME macro
42 #define ST_RELATIME 0x1000 /* update atime relative to mtime/ctime */ macro
127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
31 flags |= ST_RELATIME; in flags_by_mnt()