Searched refs:ST_RELATIME (Results 1 – 9 of 9) 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()
51 ST_RELATIME;
222 pub const ST_RELATIME: ::c_ulong = 4096; constant
756 pub const ST_RELATIME: ::c_ulong = 4096; constant
1252 pub const ST_RELATIME: ::c_ulong = 4096; constant
14870 #ifdef ST_RELATIME in all_ins()14871 if (PyModule_AddIntMacro(m, ST_RELATIME)) return -1; in all_ins()
2744 times), :const:`ST_RELATIME` (update atime relative to mtime/ctime).2760 and :const:`ST_RELATIME` constants were added.