Lines Matching full:1000
249 if (!write_int64(fh, ((int64_t)st->st_atime)*1000*1000*1000)) return 0;
250 if (!write_int64(fh, ((int64_t)st->st_mtime)*1000*1000*1000)) return 0;
251 if (!write_int64(fh, ((int64_t)st->st_ctime)*1000*1000*1000)) return 0;
484 st->st_atime = (time_t)(ltime/1000/1000/1000);
490 st->st_mtime = (time_t)(ltime/1000/1000/1000);
496 st->st_ctime = (time_t)(ltime/1000/1000/1000);