Home
last modified time | relevance | path

Searched refs:nfsc_renew (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfsclstate.h110 u_int32_t nfsc_renew; member
/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c845 if (clp->nfsc_renew > 0) in nfscl_getcl()
846 clidinusedelay = NFSCL_LEASE(clp->nfsc_renew) * 2; in nfscl_getcl()
2474 clp->nfsc_renew; in nfscl_renewthread()
2484 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfscl_renewthread()
2509 clp->nfsc_renew; in nfscl_renewthread()
Dnfs_clvfsops.c1586 clp->nfsc_renew = NFSCL_RENEW(lease); in mountnfs()
1587 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew; in mountnfs()
Dnfs_clrpcops.c983 clp->nfsc_renew = NFSCL_RENEW(lease); in nfsrpc_setclient()
984 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfsrpc_setclient()
4523 dsp->nfsclds_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfsrpc_exchangeid()