Searched refs:nfsver (Results 1 – 1 of 1) sorted by relevance
129 static struct timeval nfsver = { 0 }; variable1156 if (nfsver.tv_sec == 0) in nfsrv_write()1157 nfsver = boottime; in nfsrv_write()1158 *tl++ = txdr_unsigned(nfsver.tv_sec); in nfsrv_write()1159 *tl = txdr_unsigned(nfsver.tv_usec); in nfsrv_write()3418 if (nfsver.tv_sec == 0) in nfsrv_commit()3419 nfsver = boottime; in nfsrv_commit()3420 *tl++ = txdr_unsigned(nfsver.tv_sec); in nfsrv_commit()3421 *tl = txdr_unsigned(nfsver.tv_usec); in nfsrv_commit()