Searched refs:mtim (Results 1 – 4 of 4) sorted by relevance
40 struct timespec mtim; /* Last modification time. */ member
243 ep->mtim = sb.st_mtim; in file_init()807 timespeccmp(&sb.st_mtim, &ep->mtim, !=))) { in file_write()873 (void)clock_gettime(CLOCK_REALTIME, &ep->mtim); in file_write()879 ep->mtim = sb.st_mtim; in file_write()
110 struct timespec mtim; /* files last modification time */ member553 if (timespeccmp(&arcn->sb.st_mtim, &pt->mtim, >)) { in chk_ftime()557 pt->mtim = arcn->sb.st_mtim; in chk_ftime()577 pt->mtim = arcn->sb.st_mtim; in chk_ftime()
717 *mtim) in server_file_modified_since()733 timegm(&tm) >= mtim->tv_sec) in server_file_modified_since()