Searched refs:ORDINARY_MTIME_MIN (Results 1 – 3 of 3) sorted by relevance
132 #define FILE_TIMESTAMP_S(ts) (((ts) - ORDINARY_MTIME_MIN) \134 #define FILE_TIMESTAMP_NS(ts) ((int) (((ts) - ORDINARY_MTIME_MIN) \185 #define ORDINARY_MTIME_MIN (OLD_MTIME + 1) macro188 + ORDINARY_MTIME_MIN + FILE_TIMESTAMPS_PER_S - 1)
771 int offset = ORDINARY_MTIME_MIN + (FILE_TIMESTAMP_HI_RES ? ns : 0); in file_timestamp_cons()779 ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX; in file_timestamp_cons()
435 else if (ORDINARY_MTIME_MIN <= this_mtime && this_mtime <= ORDINARY_MTIME_MAX in update_file_1()1284 if (ORDINARY_MTIME_MIN + adjustment <= adjusted_mtime) in f_mtime()