Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfs/
HDnfsclstate.h125 u_int32_t nfsc_renew; member
/freebsd-head/sys/fs/nfsclient/
HDnfs_clstate.c993 if (clp->nfsc_renew > 0) in nfscl_getcl()
994 clidinusedelay = NFSCL_LEASE(clp->nfsc_renew) * 2; in nfscl_getcl()
2763 clp->nfsc_renew; in nfscl_renewthread()
2772 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfscl_renewthread()
2797 clp->nfsc_renew; in nfscl_renewthread()
HDnfs_clvfsops.c1788 clp->nfsc_renew = NFSCL_RENEW(lease); in mountnfs()
1789 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew; in mountnfs()
HDnfs_clrpcops.c1068 dsp->nfsclds_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfsrpc_setclient()
5376 dsp->nfsclds_expire = NFSD_MONOSEC + clp->nfsc_renew; in nfsrpc_exchangeid()
9606 nmp->nm_clp->nfsc_renew = NFSCL_RENEW(lease); in nfscl_statfs()