Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h383 #define NFS3_TIME_OK(tt) \ macro
431 (NFS3_TIME_OK((attrs)->atime.seconds) && \
432 NFS3_TIME_OK((attrs)->mtime.seconds) && \
433 NFS3_TIME_OK((attrs)->ctime.seconds))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c913 if (!NFS3_TIME_OK(attrp->mtime.seconds) || in xdr_wcc_data()
914 !NFS3_TIME_OK(attrp->ctime.seconds)) in xdr_wcc_data()
H A Dnfs3_srv.c4256 if (!NFS3_TIME_OK(sap->atime.atime.seconds)) in sattr3_to_vattr()
4274 if (!NFS3_TIME_OK(sap->mtime.mtime.seconds)) in sattr3_to_vattr()