Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c873 int igotlock = 0, error, trystalecnt, clidinusedelay, i; in nfscl_getcl() local
994 clidinusedelay = NFSCL_LEASE(clp->nfsc_renew) * 2; in nfscl_getcl()
996 clidinusedelay = 120; in nfscl_getcl()
1015 (error == NFSERR_CLIDINUSE && --clidinusedelay > 0) || in nfscl_getcl()