HomeSort by: relevance | last modified time | path
    Searched defs:nctime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvnops.c 1046 struct timespec nctime; local in function:nfs_lookup
1067 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks);
1113 timespeccmp(&vattr.va_ctime, &nctime, ==))) {
1140 timespeccmp(&vattr.va_mtime, &nctime, ==)) {
nfs_clvnops.c 1046 struct timespec nctime; local in function:nfs_lookup
1067 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks);
1113 timespeccmp(&vattr.va_ctime, &nctime, ==))) {
1140 timespeccmp(&vattr.va_mtime, &nctime, ==)) {

Completed in 27 milliseconds