NFS3_TIME_OK
if (!NFS3_TIME_OK(sap->atime.atime.seconds))
if (!NFS3_TIME_OK(sap->mtime.mtime.seconds))
if (!NFS3_TIME_OK(attrp->mtime.seconds) ||
!NFS3_TIME_OK(attrp->ctime.seconds))
(NFS3_TIME_OK((attrs)->atime.seconds) && \
NFS3_TIME_OK((attrs)->mtime.seconds) && \
NFS3_TIME_OK((attrs)->ctime.seconds))