Searched refs:ST_RELATIME (Results 1 – 16 of 16) sorted by relevance
69 #if defined(ST_RELATIME) || (defined(HAVE_DECL_ST_RELATIME) && HAVE_DECL_ST_RELATIME)71 static_assert((ST_RELATIME) == (0x1000), "ST_RELATIME != 0x1000");74 # define ST_RELATIME 0x100096 XLAT(ST_RELATIME),
10 ST_RELATIME 0x1000
127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
1283 ST_RELATIME = 0x1000 const
1258 ST_RELATIME = 0x1000 const
1252 ST_RELATIME = 0x1000 const
1277 ST_RELATIME = 0x1000 const
1266 ST_RELATIME = 0x1000 const
1247 ST_RELATIME = 0x1000 const
1256 ST_RELATIME = 0x1000 const
13121 #ifdef ST_RELATIME in all_ins()13122 if (PyModule_AddIntMacro(m, ST_RELATIME)) return -1; in all_ins()
2584 times), :const:`ST_RELATIME` (update atime relative to mtime/ctime).2600 and :const:`ST_RELATIME` constants were added.