Searched refs:nfsver (Results 1 – 1 of 1) sorted by relevance
124 static struct timespec nfsver; variable1193 if (nfsver.tv_sec == 0) in nfsrv_write()1194 nfsver = boottime; in nfsrv_write()1195 *tl++ = txdr_unsigned(nfsver.tv_sec); in nfsrv_write()1196 *tl = txdr_unsigned(nfsver.tv_nsec / 1000); in nfsrv_write()1484 if (nfsver.tv_sec == 0) in nfsrv_writegather()1485 nfsver = boottime; in nfsrv_writegather()1486 *tl++ = txdr_unsigned(nfsver.tv_sec); in nfsrv_writegather()1487 *tl = txdr_unsigned(nfsver.tv_nsec / 1000); in nfsrv_writegather()3714 if (nfsver.tv_sec == 0) in nfsrv_commit()[all …]