Lines Matching defs:mtime
157 struct timespec mtime;
170 fxdr_nfsv3time(&fp->fa3_mtime, &mtime);
178 fxdr_nfsv2time(&fp->fa2_mtime, &mtime);
211 np->n_mtime = mtime;
228 vap->va_mtime = mtime;
384 struct timespec *mtime, bool docheck)
398 if (timespeccmp(omtime, mtime, <=)) {
399 reason = "mtime";
430 " mtime %u.%09u %u.%09u)\n",
439 (unsigned int)mtime->tv_sec,
440 (unsigned int)mtime->tv_nsec);