Home
last modified time | relevance | path

Searched refs:NFS3_TIME_OK (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h317 #define NFS3_TIME_OK(tt) \ macro
365 (NFS3_TIME_OK((attrs)->atime.seconds) && \
366 NFS3_TIME_OK((attrs)->mtime.seconds) && \
367 NFS3_TIME_OK((attrs)->ctime.seconds))
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c914 if (!NFS3_TIME_OK(attrp->mtime.seconds) || in xdr_wcc_data()
915 !NFS3_TIME_OK(attrp->ctime.seconds)) in xdr_wcc_data()
H A Dnfs3_srv.c4151 if (!NFS3_TIME_OK(sap->atime.atime.seconds)) in sattr3_to_vattr()
4169 if (!NFS3_TIME_OK(sap->mtime.mtime.seconds)) in sattr3_to_vattr()