Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h312 extern bool_t nfs_allow_preepoch_time;
384 (nfs_allow_preepoch_time || (!NFS3_TIME_OVERFLOW(tt)))
388 (nfs_allow_preepoch_time || (!NFS2_TIME_OVERFLOW(tt)))
397 (nfs_allow_preepoch_time ? \
404 (nfs_allow_preepoch_time ? \
423 if (nfs_allow_preepoch_time) { \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c631 if (nfs_allow_preepoch_time) { in xdr_fattr3_to_vattr()
689 if (nfs_allow_preepoch_time) { in xdr_fattr3_to_vattr()
H A Dnfs_subr.c153 bool_t nfs_allow_preepoch_time = FALSE; /* default: do not allow preepoch */ variable