Home
last modified time | relevance | path

Searched refs:mtime_save (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/nfsclient/
Dnfs_subs.c478 struct timespec mtime, mtime_save; in nfs_loadattrcache() local
551 mtime_save = vap->va_mtime; in nfs_loadattrcache()
642 if (timespeccmp(&mtime_save, &vap->va_mtime, >)) { in nfs_loadattrcache()
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clport.c369 struct timespec mtime_save; in nfscl_loadattrcache() local
390 mtime_save = vap->va_mtime; in nfscl_loadattrcache()
486 if (timespeccmp(&mtime_save, &vap->va_mtime, >)) { in nfscl_loadattrcache()