HomeSort by: relevance | last modified time | path
    Searched refs:NFSRV_LEASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs.h 84 #ifndef NFSRV_LEASE
85 #define NFSRV_LEASE 120 /* Lease time in seconds for V4 */
86 #endif /* assigned to nfsrv_lease */
88 #define NFSRV_STALELEASE (5 * nfsrv_lease)
nfs_commonsubs.c 73 int nfsrv_lease = NFSRV_LEASE; variable in typeref:typename:int
1057 if (fxdr_unsigned(int, *tl) != nfsrv_lease &&
2209 *tl = txdr_unsigned(nfsrv_lease);

Completed in 16 milliseconds