Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/common/
Dnfscl.h61 #define NFSCL_RENEW(l) (((l) < 2) ? 1 : ((l) / 2)) macro
/netbsd/src/sys/fs/nfs/client/
Dnfs_clvfsops.c1586 clp->nfsc_renew = NFSCL_RENEW(lease); in mountnfs()
Dnfs_clrpcops.c983 clp->nfsc_renew = NFSCL_RENEW(lease); in nfsrpc_setclient()