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

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 825 struct timespec temptime; local in function:nfsv4_loadattr
1655 fxdr_nfsv4time(tl, &temptime);
1658 if (!NFS_CMPTIME(temptime, nap->na_atime))
1662 nap->na_atime = temptime;
1710 fxdr_nfsv4time(tl, &temptime);
1713 if (!NFS_CMPTIME(temptime, nap->na_ctime))
1717 nap->na_ctime = temptime;
1723 fxdr_nfsv4time(tl, &temptime);
1726 if (!NFS_CMPTIME(temptime, nap->na_mtime))
1730 nap->na_mtime = temptime;
2057 struct timespec temptime; local in function:nfsv4_fillattr
    [all...]
nfs_commonsubs.c 825 struct timespec temptime; local in function:nfsv4_loadattr
1655 fxdr_nfsv4time(tl, &temptime);
1658 if (!NFS_CMPTIME(temptime, nap->na_atime))
1662 nap->na_atime = temptime;
1710 fxdr_nfsv4time(tl, &temptime);
1713 if (!NFS_CMPTIME(temptime, nap->na_ctime))
1717 nap->na_ctime = temptime;
1723 fxdr_nfsv4time(tl, &temptime);
1726 if (!NFS_CMPTIME(temptime, nap->na_mtime))
1730 nap->na_mtime = temptime;
2057 struct timespec temptime; local in function:nfsv4_fillattr
    [all...]

Completed in 24 milliseconds