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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h221 * nfs_allow_preepoch_time is TRUE if pre-epoch (negative) times are allowed
230 * If nfs_allow_preepoch_time is
236 * If nfs_allow_preepoch_time is TRUE, the maximum time value is INT32_MAX
242 * time field, so nfs_allow_preepoch_time can be ignored.
246 extern bool_t nfs_allow_preepoch_time;
318 (nfs_allow_preepoch_time || (!NFS3_TIME_OVERFLOW(tt)))
322 (nfs_allow_preepoch_time || (!NFS2_TIME_OVERFLOW(tt)))
331 (nfs_allow_preepoch_time ? \
338 (nfs_allow_preepoch_time ? \
352 * (nfs_allow_preepoch_time
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c629 * extend sign, unless sysadmin set nfs_allow_preepoch_time.
632 if (nfs_allow_preepoch_time) {
690 if (nfs_allow_preepoch_time) {
H A Dnfs_subr.c152 bool_t nfs_allow_preepoch_time = FALSE; /* default: do not allow preepoch */ variable

Completed in 62 milliseconds