Searched refs:nctime (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c1050 struct timespec nctime; local
1071 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks);
1117 timespeccmp(&vattr.va_ctime, &nctime, ==))) {
1144 timespeccmp(&vattr.va_mtime, &nctime, ==)) {
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vnops.c930 struct timespec nctime; local
955 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks);
1000 timespeccmp(&vattr.va_ctime, &nctime, ==)) {
1027 timespeccmp(&vattr.va_mtime, &nctime, ==)) {

Completed in 78 milliseconds